Html Css Color HEX #A84C17 Rich Gold

📋 copy color: '#A84C17'

red 168 ◦ green 76 ◦ blue 23

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

Shades of Rich Gold #A84C17

Tints of Rich Gold #A84C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 62.92%
G = 28.46%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A84C17 (or 0xA84C17) is known color: Rich Gold. HEX triplet: A8, 4C and 17. RGB value is (168,76,23). Sum of RGB (Red+Green+Blue) = 168+76+23=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84C17 is #57B3E8. Grayscale: #616161. Windows color (decimal): -5747689 or 1526952. OLE color: 1526952.

HSL color Cylindrical-coordinate representation of color #A84C17: hue angle of 21.93º 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 #A84C17 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 76 23 -
CMYK 0 0.55 0.86 0.34
HSL 21.93º 0.76% 0.37% -
HSV(B) 21.93º 0.86% 0.66% -
XYZ 18.89 13.56 2.43 -
YUV 97.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 168 76 23 0 0.55 0.86 0.34 21.93 0.76 0.37
Hex A8 4C 17 0 37 56 22 16 4C 25
Octal 250 114 27 0 67 126 42 26 114 45
Binary 10101000 1001100 10111 0 110111 1010110 100010 10110 1001100 100101

Color Harmonies of #A84C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84C17

Black with #A84C17

Text Example


Text Example

White with #A84C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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