Html Css Color HEX #A47118 Golden Brown

📋 copy color: '#A47118'

red 164 ◦ green 113 ◦ blue 24

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

Shades of Golden Brown #A47118

Tints of Golden Brown #A47118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

 BLUE value IS 24 (9.77% from 255) = 7.97%

R = 54.49%
G = 37.54%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A47118 (or 0xA47118) is known color: Golden Brown. HEX triplet: A4, 71 and 18. RGB value is (164,113,24). Sum of RGB (Red+Green+Blue) = 164+113+24=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A47118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47118 is #5B8EE7. Grayscale: #767676. Windows color (decimal): -6000360 or 1601956. OLE color: 1601956.

HSL color Cylindrical-coordinate representation of color #A47118: hue angle of 38.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A47118 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 24 -
CMYK 0 0.31 0.85 0.36
HSL 38.14º 0.74% 0.37% -
HSV(B) 38.14º 0.85% 0.64% -
XYZ 21.38 19.77 3.55 -
YUV 118.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 164 113 24 0 0.31 0.85 0.36 38.14 0.74 0.37
Hex A4 71 18 0 1F 55 24 26 4A 25
Octal 244 161 30 0 37 125 44 46 112 45
Binary 10100100 1110001 11000 0 11111 1010101 100100 100110 1001010 100101

Color Harmonies of #A47118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47118

Black with #A47118

Text Example


Text Example

White with #A47118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47118; }

 p { color: rgb(164,113,24); }

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

background-color css

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

 a { background-color: rgb(164,113,24); }

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

border-color css

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

 span { border-color: rgb(164,113,24); }

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