#A35F1D

Color #A35F1D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A35F1D

Tints of Golden Brown #A35F1D

Color information

#A35F1D (or 0xA35F1D) is unknown color: approx Golden Brown. HEX triplet: A3, 5F and 1D. RGB value is (163,95,29). Sum of RGB (Red+Green+Blue) = 163+95+29=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F1D is #5CA0E2. Grayscale: #6C6C6C. Windows color (decimal): -6070499 or 1925027. OLE color: 1925027.

HSL color Cylindrical-coordinate representation of color #A35F1D: hue angle of 29.55º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A35F1D is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1639529-
CMYK00.420.820.36
HSL29.55º69.79%37.65%-
HSV(B)29.55º82.21%63.92%-
XYZ19.4216.063.24-
YUV107.8183.53167.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 56.79%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 29 (11.72% from 255) = 10.10%
R=56.79%
G=33.10%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163952900.420.820.3629.5569.7937.65
HexA35F1D02A52241e4626
Octal24313735052122443610646
Binary1010001110111111110101010101010010100100111101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F1D; }

 p { color: rgb(163,95,29); }

 H1.HeaderClassName
 {
   color: #A35F1D;
 }
 .AnyTagClassName
 {
   color: #A35F1D;
 }
</style>
background-color css

<style>
 a { background-color: #A35F1D; }

 a { background-color: rgb(163,95,29); }

 div.DivClassName
 {
   background-color: #A35F1D;
 }
 .BgClassName
 {
   background-color: #A35F1D;
 }
</style>
border-color css

<style>
 span { border-color: #A35F1D; }

 span { border-color: rgb(163,95,29); }

 td.TdClassName
 {
   border-color: #A35F1D;
 }
 .TagClassName
 {
   border-color: #A35F1D;
 }
</style>