#A35E08

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

Shades of Golden Brown #A35E08

Tints of Golden Brown #A35E08

Color information

#A35E08 (or 0xA35E08) is unknown color: approx Golden Brown. HEX triplet: A3, 5E and 08. RGB value is (163,94,8). Sum of RGB (Red+Green+Blue) = 163+94+8=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35E08 is #5CA1F7. Grayscale: #696969. Windows color (decimal): -6070776 or 548515. OLE color: 548515.

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

Color convert

RGB163948-
CMYK00.420.950.36
HSL33.29º90.64%33.53%-
HSV(B)33.29º95.09%63.92%-
XYZ19.1515.812.27-
YUV104.8373.36169.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.51%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 8 (3.52% from 255) = 3.02%
R=61.51%
G=35.47%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16394800.420.950.3633.2990.6433.53
HexA35E802A5F24215b22
Octal24313610052137444113342
Binary1010001110111101000010101010111111001001000011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E08; }

 p { color: rgb(163,94,8); }

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

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

 a { background-color: rgb(163,94,8); }

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

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

 span { border-color: rgb(163,94,8); }

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