Html Css Color HEX #A47402 Golden Brown

📋 copy color: '#A47402'

red 164 ◦ green 116 ◦ blue 2

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

Shades of Golden Brown #A47402

Tints of Golden Brown #A47402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

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

R = 58.16%
G = 41.13%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A47402 (or 0xA47402) is known color: Golden Brown. HEX triplet: A4, 74 and 02. RGB value is (164,116,2). Sum of RGB (Red+Green+Blue) = 164+116+2=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A47402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47402 is #5B8BFD. Grayscale: #757575. Windows color (decimal): -5999614 or 160932. OLE color: 160932.

HSL color Cylindrical-coordinate representation of color #A47402: hue angle of 42.22º 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 #A47402 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 2 -
CMYK 0 0.29 0.99 0.36
HSL 42.22º 0.98% 0.33% -
HSV(B) 42.22º 0.99% 0.64% -
XYZ 21.57 20.39 2.86 -
YUV 117.36 62.9 161.27 -
System Red Green Blue C M Y K H S L
Decimal 164 116 2 0 0.29 0.99 0.36 42.22 0.98 0.33
Hex A4 74 2 0 1D 63 24 2A 62 21
Octal 244 164 2 0 35 143 44 52 142 41
Binary 10100100 1110100 10 0 11101 1100011 100100 101010 1100010 100001

Color Harmonies of #A47402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47402

Black with #A47402

Text Example


Text Example

White with #A47402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47402; }

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

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

background-color css

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

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

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

border-color css

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

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

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