#A45E00

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

Shades of Golden Brown #A45E00

Tints of Golden Brown #A45E00

Color information

#A45E00 (or 0xA45E00) is unknown color: approx Golden Brown. HEX triplet: A4, 5E and 00. RGB value is (164,94,0). Sum of RGB (Red+Green+Blue) = 164+94+0=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45E00 is #5BA1FF. Grayscale: #686868. Windows color (decimal): -6005248 or 24228. OLE color: 24228.

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

Color convert

RGB164940-
CMYK00.4310.36
HSL34.39º100%32.16%-
HSV(B)34.39º100%64.31%-
XYZ19.3115.92.05-
YUV104.2169.19170.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.57%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.57%
G=36.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16494000.4310.3634.3910032.16
HexA45E002B6424226420
Octal2441360053144444214440
Binary1010010010111100010101111001001001001000101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E00; }

 p { color: rgb(164,94,0); }

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

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

 a { background-color: rgb(164,94,0); }

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

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

 span { border-color: rgb(164,94,0); }

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