Html Css Color HEX #A47002 Golden Brown

📋 copy color: '#A47002'

red 164 ◦ green 112 ◦ blue 2

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

Shades of Golden Brown #A47002

Tints of Golden Brown #A47002

RGB

 RED value IS 164 (64.45% from 255) = 58.99%

 GREEN value IS 112 (44.14% from 255) = 40.29%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 58.99%
G = 40.29%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A47002 (or 0xA47002) is known color: Golden Brown. HEX triplet: A4, 70 and 02. RGB value is (164,112,2). Sum of RGB (Red+Green+Blue) = 164+112+2=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A47002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47002 is #5B8FFD. Grayscale: #737373. Windows color (decimal): -6000638 or 159908. OLE color: 159908.

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

Color convert

RGB 164 112 2 -
CMYK 0 0.32 0.99 0.36
HSL 40.74º 0.98% 0.33% -
HSV(B) 40.74º 0.99% 0.64% -
XYZ 21.11 19.49 2.71 -
YUV 115.01 64.23 162.94 -
System Red Green Blue C M Y K H S L
Decimal 164 112 2 0 0.32 0.99 0.36 40.74 0.98 0.33
Hex A4 70 2 0 20 63 24 29 62 21
Octal 244 160 2 0 40 143 44 51 142 41
Binary 10100100 1110000 10 0 100000 1100011 100100 101001 1100010 100001

Color Harmonies of #A47002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47002

Black with #A47002

Text Example


Text Example

White with #A47002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47002; }

 p { color: rgb(164,112,2); }

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

background-color css

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

 a { background-color: rgb(164,112,2); }

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

border-color css

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

 span { border-color: rgb(164,112,2); }

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