Html Css Color HEX #A47200 Golden Brown

📋 copy color: '#A47200'

red 164 ◦ green 114 ◦ blue 0

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

Shades of Golden Brown #A47200

Tints of Golden Brown #A47200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.99%
G = 41.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A47200 (or 0xA47200) is known color: Golden Brown. HEX triplet: A4, 72 and 00. RGB value is (164,114,0). Sum of RGB (Red+Green+Blue) = 164+114+0=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A47200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47200 is #5B8DFF. Grayscale: #747474. Windows color (decimal): -6000128 or 29348. OLE color: 29348.

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

Color convert

RGB 164 114 0 -
CMYK 0 0.30 1 0.36
HSL 41.71º 1% 0.32% -
HSV(B) 41.71º 1% 0.64% -
XYZ 21.33 19.93 2.72 -
YUV 115.95 62.57 162.27 -
System Red Green Blue C M Y K H S L
Decimal 164 114 0 0 0.30 1 0.36 41.71 1 0.32
Hex A4 72 0 0 1E 64 24 2A 64 20
Octal 244 162 0 0 36 144 44 52 144 40
Binary 10100100 1110010 0 0 11110 1100100 100100 101010 1100100 100000

Color Harmonies of #A47200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47200

Black with #A47200

Text Example


Text Example

White with #A47200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47200; }

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

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

background-color css

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

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

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

border-color css

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

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

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