#A35706

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

Shades of Golden Brown #A35706

Tints of Golden Brown #A35706

Color information

#A35706 (or 0xA35706) is unknown color: approx Golden Brown. HEX triplet: A3, 57 and 06. RGB value is (163,87,6). Sum of RGB (Red+Green+Blue) = 163+87+6=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A35706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35706 is #5CA8F9. Grayscale: #646464. Windows color (decimal): -6072570 or 415651. OLE color: 415651.

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

Color convert

RGB163876-
CMYK00.470.960.36
HSL30.96º92.9%33.14%-
HSV(B)30.96º96.32%63.92%-
XYZ18.5514.622.02-
YUV100.4974.68172.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.67%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=63.67%
G=33.98%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16387600.470.960.3630.9692.933.14
HexA357602F60241f5d21
Octal2431276057140443713541
Binary10100011101011111001011111100000100100111111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35706; }

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

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

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

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

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

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

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

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