#A57208

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

Shades of Golden Brown #A57208

Tints of Golden Brown #A57208

Color information

#A57208 (or 0xA57208) is unknown color: approx Golden Brown. HEX triplet: A5, 72 and 08. RGB value is (165,114,8). Sum of RGB (Red+Green+Blue) = 165+114+8=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A57208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57208 is #5A8DF7. Grayscale: #757575. Windows color (decimal): -5934584 or 553637. OLE color: 553637.

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

Color convert

RGB1651148-
CMYK00.310.950.35
HSL40.51º90.75%33.92%-
HSV(B)40.51º95.15%64.71%-
XYZ21.5820.052.96-
YUV117.1666.4162.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.49%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 8 (3.52% from 255) = 2.79%
R=57.49%
G=39.72%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165114800.310.950.3540.5190.7533.92
HexA572801F5F23295b22
Octal24516210037137435113342
Binary101001011110010100001111110111111000111010011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57208; }

 p { color: rgb(165,114,8); }

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

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

 a { background-color: rgb(165,114,8); }

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

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

 span { border-color: rgb(165,114,8); }

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