Html Css Color HEX #A47215 Golden Brown

📋 copy color: '#A47215'

red 164 ◦ green 114 ◦ blue 21

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

Shades of Golden Brown #A47215

Tints of Golden Brown #A47215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.02%

R = 54.85%
G = 38.13%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A47215 (or 0xA47215) is known color: Golden Brown. HEX triplet: A4, 72 and 15. RGB value is (164,114,21). Sum of RGB (Red+Green+Blue) = 164+114+21=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A47215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47215 is #5B8DEA. Grayscale: #767676. Windows color (decimal): -6000107 or 1405604. OLE color: 1405604.

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

Color convert

RGB 164 114 21 -
CMYK 0 0.30 0.87 0.36
HSL 39.02º 0.77% 0.36% -
HSV(B) 39.02º 0.87% 0.64% -
XYZ 21.46 19.98 3.44 -
YUV 118.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 164 114 21 0 0.30 0.87 0.36 39.02 0.77 0.36
Hex A4 72 15 0 1E 57 24 27 4D 24
Octal 244 162 25 0 36 127 44 47 115 44
Binary 10100100 1110010 10101 0 11110 1010111 100100 100111 1001101 100100

Color Harmonies of #A47215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47215

Black with #A47215

Text Example


Text Example

White with #A47215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47215; }

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

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

background-color css

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

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

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

border-color css

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

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

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