Html Css Color HEX #A84D1F Rich Gold

📋 copy color: '#A84D1F'

red 168 ◦ green 77 ◦ blue 31

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

Shades of Rich Gold #A84D1F

Tints of Rich Gold #A84D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 60.87%
G = 27.9%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A84D1F (or 0xA84D1F) is known color: Rich Gold. HEX triplet: A8, 4D and 1F. RGB value is (168,77,31). Sum of RGB (Red+Green+Blue) = 168+77+31=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D1F is #57B2E0. Grayscale: #636363. Windows color (decimal): -5747425 or 2051496. OLE color: 2051496.

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

Color convert

RGB 168 77 31 -
CMYK 0 0.54 0.82 0.34
HSL 20.15º 0.69% 0.39% -
HSV(B) 20.15º 0.82% 0.66% -
XYZ 19.05 13.73 2.94 -
YUV 98.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 168 77 31 0 0.54 0.82 0.34 20.15 0.69 0.39
Hex A8 4D 1F 0 36 52 22 14 45 27
Octal 250 115 37 0 66 122 42 24 105 47
Binary 10101000 1001101 11111 0 110110 1010010 100010 10100 1000101 100111

Color Harmonies of #A84D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84D1F

Black with #A84D1F

Text Example


Text Example

White with #A84D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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