#A35C08

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

Shades of Golden Brown #A35C08

Tints of Golden Brown #A35C08

Color information

#A35C08 (or 0xA35C08) is unknown color: approx Golden Brown. HEX triplet: A3, 5C and 08. RGB value is (163,92,8). Sum of RGB (Red+Green+Blue) = 163+92+8=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35C08 is #5CA3F7. Grayscale: #686868. Windows color (decimal): -6071288 or 548003. OLE color: 548003.

HSL color Cylindrical-coordinate representation of color #A35C08: hue angle of 32.52º 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 #A35C08 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB163928-
CMYK00.440.950.36
HSL32.52º90.64%33.53%-
HSV(B)32.52º95.09%63.92%-
XYZ18.9815.462.21-
YUV103.6574.02170.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.98%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=61.98%
G=34.98%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16392800.440.950.3632.5290.6433.53
HexA35C802C5F24215b22
Octal24313410054137444113342
Binary1010001110111001000010110010111111001001000011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C08; }

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

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

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

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

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

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

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

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