Html Css Color HEX #A84D22 Rich Gold

📋 copy color: '#A84D22'

red 168 ◦ green 77 ◦ blue 34

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

Shades of Rich Gold #A84D22

Tints of Rich Gold #A84D22

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 60.22%
G = 27.6%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A84D22 (or 0xA84D22) is known color: Rich Gold. HEX triplet: A8, 4D and 22. RGB value is (168,77,34). Sum of RGB (Red+Green+Blue) = 168+77+34=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D22 is #57B2DD. Grayscale: #636363. Windows color (decimal): -5747422 or 2248104. OLE color: 2248104.

HSL color Cylindrical-coordinate representation of color #A84D22: hue angle of 19.25º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A84D22 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 77 34 -
CMYK 0 0.54 0.80 0.34
HSL 19.25º 0.66% 0.4% -
HSV(B) 19.25º 0.8% 0.66% -
XYZ 19.09 13.75 3.16 -
YUV 99.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 168 77 34 0 0.54 0.80 0.34 19.25 0.66 0.4
Hex A8 4D 22 0 36 50 22 13 42 28
Octal 250 115 42 0 66 120 42 23 102 50
Binary 10101000 1001101 100010 0 110110 1010000 100010 10011 1000010 101000

Color Harmonies of #A84D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84D22

Black with #A84D22

Text Example


Text Example

White with #A84D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84D22; }

 p { color: rgb(168,77,34); }

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

background-color css

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

 a { background-color: rgb(168,77,34); }

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

border-color css

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

 span { border-color: rgb(168,77,34); }

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