Html Css Color HEX #A84A17 Rich Gold

📋 copy color: '#A84A17'

red 168 ◦ green 74 ◦ blue 23

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

Shades of Rich Gold #A84A17

Tints of Rich Gold #A84A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.68%

R = 63.4%
G = 27.92%
B = 8.68%

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

#A84A17 (or 0xA84A17) is known color: Rich Gold. HEX triplet: A8, 4A and 17. RGB value is (168,74,23). Sum of RGB (Red+Green+Blue) = 168+74+23=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84A17 is #57B5E8. Grayscale: #606060. Windows color (decimal): -5748201 or 1526440. OLE color: 1526440.

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

Color convert

RGB 168 74 23 -
CMYK 0 0.56 0.86 0.34
HSL 21.1º 0.76% 0.37% -
HSV(B) 21.1º 0.86% 0.66% -
XYZ 18.75 13.28 2.39 -
YUV 96.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 168 74 23 0 0.56 0.86 0.34 21.1 0.76 0.37
Hex A8 4A 17 0 38 56 22 15 4C 25
Octal 250 112 27 0 70 126 42 25 114 45
Binary 10101000 1001010 10111 0 111000 1010110 100010 10101 1001100 100101

Color Harmonies of #A84A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A17

Black with #A84A17

Text Example


Text Example

White with #A84A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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