Html Css Color HEX #A47015 Golden Brown

📋 copy color: '#A47015'

red 164 ◦ green 112 ◦ blue 21

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

Shades of Golden Brown #A47015

Tints of Golden Brown #A47015

RGB

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

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

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

R = 55.22%
G = 37.71%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A47015 (or 0xA47015) is known color: Golden Brown. HEX triplet: A4, 70 and 15. RGB value is (164,112,21). Sum of RGB (Red+Green+Blue) = 164+112+21=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A47015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47015 is #5B8FEA. Grayscale: #757575. Windows color (decimal): -6000619 or 1405092. OLE color: 1405092.

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

Color convert

RGB 164 112 21 -
CMYK 0 0.32 0.87 0.36
HSL 38.18º 0.77% 0.36% -
HSV(B) 38.18º 0.87% 0.64% -
XYZ 21.24 19.54 3.36 -
YUV 117.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 164 112 21 0 0.32 0.87 0.36 38.18 0.77 0.36
Hex A4 70 15 0 20 57 24 26 4D 24
Octal 244 160 25 0 40 127 44 46 115 44
Binary 10100100 1110000 10101 0 100000 1010111 100100 100110 1001101 100100

Color Harmonies of #A47015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47015

Black with #A47015

Text Example


Text Example

White with #A47015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47015; }

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

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

background-color css

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

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

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

border-color css

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

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

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