#A45813

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

Shades of Golden Brown #A45813

Tints of Golden Brown #A45813

Color information

#A45813 (or 0xA45813) is unknown color: approx Golden Brown. HEX triplet: A4, 58 and 13. RGB value is (164,88,19). Sum of RGB (Red+Green+Blue) = 164+88+19=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A45813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45813 is #5BA7EC. Grayscale: #676767. Windows color (decimal): -6006765 or 1267876. OLE color: 1267876.

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

Color convert

RGB1648819-
CMYK00.460.880.36
HSL28.55º79.23%35.88%-
HSV(B)28.55º88.41%64.31%-
XYZ18.9214.922.5-
YUV102.8680.68171.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.52%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=60.52%
G=32.47%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164881900.460.880.3628.5579.2335.88
HexA4581302E58241d4f24
Octal24413023056130443511744
Binary1010010010110001001101011101011000100100111011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45813; }

 p { color: rgb(164,88,19); }

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

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

 a { background-color: rgb(164,88,19); }

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

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

 span { border-color: rgb(164,88,19); }

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