Html Css Color HEX #A84819 Rich Gold

📋 copy color: '#A84819'

red 168 ◦ green 72 ◦ blue 25

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

Shades of Rich Gold #A84819

Tints of Rich Gold #A84819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

 BLUE value IS 25 (10.16% from 255) = 9.43%

R = 63.4%
G = 27.17%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A84819 (or 0xA84819) is known color: Rich Gold. HEX triplet: A8, 48 and 19. RGB value is (168,72,25). Sum of RGB (Red+Green+Blue) = 168+72+25=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A84819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84819 is #57B7E6. Grayscale: #5F5F5F. Windows color (decimal): -5748711 or 1657000. OLE color: 1657000.

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

Color convert

RGB 168 72 25 -
CMYK 0 0.57 0.85 0.34
HSL 19.72º 0.74% 0.38% -
HSV(B) 19.72º 0.85% 0.66% -
XYZ 18.64 13.03 2.45 -
YUV 95.35 88.3 179.82 -
System Red Green Blue C M Y K H S L
Decimal 168 72 25 0 0.57 0.85 0.34 19.72 0.74 0.38
Hex A8 48 19 0 39 55 22 14 4A 26
Octal 250 110 31 0 71 125 42 24 112 46
Binary 10101000 1001000 11001 0 111001 1010101 100010 10100 1001010 100110

Color Harmonies of #A84819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84819

Black with #A84819

Text Example


Text Example

White with #A84819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84819; }

 p { color: rgb(168,72,25); }

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

background-color css

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

 a { background-color: rgb(168,72,25); }

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

border-color css

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

 span { border-color: rgb(168,72,25); }

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