#A35806

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

Shades of Golden Brown #A35806

Tints of Golden Brown #A35806

Color information

#A35806 (or 0xA35806) is unknown color: approx Golden Brown. HEX triplet: A3, 58 and 06. RGB value is (163,88,6). Sum of RGB (Red+Green+Blue) = 163+88+6=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A35806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35806 is #5CA7F9. Grayscale: #656565. Windows color (decimal): -6072314 or 415907. OLE color: 415907.

HSL color Cylindrical-coordinate representation of color #A35806: hue angle of 31.34º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A35806 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB163886-
CMYK00.460.960.36
HSL31.34º92.9%33.14%-
HSV(B)31.34º96.32%63.92%-
XYZ18.6314.782.04-
YUV101.0874.35172.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=63.42%
G=34.24%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16388600.460.960.3631.3492.933.14
HexA358602E60241f5d21
Octal2431306056140443713541
Binary10100011101100011001011101100000100100111111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35806; }

 p { color: rgb(163,88,6); }

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

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

 a { background-color: rgb(163,88,6); }

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

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

 span { border-color: rgb(163,88,6); }

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