Html Css Color HEX #A56004 Golden Brown

📋 copy color: '#A56004'

red 165 ◦ green 96 ◦ blue 4

#A56004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A56004

Tints of Golden Brown #A56004

RGB

 RED value IS 165 (64.84% from 255) = 62.26%

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 62.26%
G = 36.23%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A56004 (or 0xA56004) is known color: Golden Brown. HEX triplet: A5, 60 and 04. RGB value is (165,96,4). Sum of RGB (Red+Green+Blue) = 165+96+4=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A56004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56004 is #5A9FFB. Grayscale: #6A6A6A. Windows color (decimal): -5939196 or 286885. OLE color: 286885.

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

Color convert

RGB 165 96 4 -
CMYK 0 0.42 0.98 0.35
HSL 34.29º 0.95% 0.33% -
HSV(B) 34.29º 0.98% 0.65% -
XYZ 19.72 16.37 2.24 -
YUV 106.14 70.36 169.98 -
System Red Green Blue C M Y K H S L
Decimal 165 96 4 0 0.42 0.98 0.35 34.29 0.95 0.33
Hex A5 60 4 0 2A 62 23 22 5F 21
Octal 245 140 4 0 52 142 43 42 137 41
Binary 10100101 1100000 100 0 101010 1100010 100011 100010 1011111 100001

Color Harmonies of #A56004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56004

Black with #A56004

Text Example


Text Example

White with #A56004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56004; }

 p { color: rgb(165,96,4); }

 H1.HeaderClassName
 {
   color: #A56004;
 }
 .AnyTagClassName
 {
   color: #A56004;
 }
</style>

background-color css

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

 a { background-color: rgb(165,96,4); }

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

border-color css

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

 span { border-color: rgb(165,96,4); }

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