Html Css Color HEX #A84A18 Rich Gold

📋 copy color: '#A84A18'

red 168 ◦ green 74 ◦ blue 24

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

Shades of Rich Gold #A84A18

Tints of Rich Gold #A84A18

RGB

 RED value IS 168 (66.02% from 255) = 63.16%

 GREEN value IS 74 (29.3% from 255) = 27.82%

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

R = 63.16%
G = 27.82%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A84A18 (or 0xA84A18) is known color: Rich Gold. HEX triplet: A8, 4A and 18. RGB value is (168,74,24). Sum of RGB (Red+Green+Blue) = 168+74+24=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84A18 is #57B5E7. Grayscale: #606060. Windows color (decimal): -5748200 or 1591976. OLE color: 1591976.

HSL color Cylindrical-coordinate representation of color #A84A18: hue angle of 20.83º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A84A18 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 74 24 -
CMYK 0 0.56 0.86 0.34
HSL 20.83º 0.75% 0.38% -
HSV(B) 20.83º 0.86% 0.66% -
XYZ 18.76 13.29 2.44 -
YUV 96.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 168 74 24 0 0.56 0.86 0.34 20.83 0.75 0.38
Hex A8 4A 18 0 38 56 22 15 4B 26
Octal 250 112 30 0 70 126 42 25 113 46
Binary 10101000 1001010 11000 0 111000 1010110 100010 10101 1001011 100110

Color Harmonies of #A84A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A18

Black with #A84A18

Text Example


Text Example

White with #A84A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A18; }

 p { color: rgb(168,74,24); }

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

background-color css

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

 a { background-color: rgb(168,74,24); }

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

border-color css

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

 span { border-color: rgb(168,74,24); }

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