Html Css Color HEX #A85213 Rich Gold

📋 copy color: '#A85213'

red 168 ◦ green 82 ◦ blue 19

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

Shades of Rich Gold #A85213

Tints of Rich Gold #A85213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 62.45%
G = 30.48%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A85213 (or 0xA85213) is known color: Rich Gold. HEX triplet: A8, 52 and 13. RGB value is (168,82,19). Sum of RGB (Red+Green+Blue) = 168+82+19=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A85213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85213 is #57ADEC. Grayscale: #646464. Windows color (decimal): -5746157 or 1266344. OLE color: 1266344.

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

Color convert

RGB 168 82 19 -
CMYK 0 0.51 0.89 0.34
HSL 25.37º 0.8% 0.37% -
HSV(B) 25.37º 0.89% 0.66% -
XYZ 19.28 14.41 2.38 -
YUV 100.53 81.99 176.12 -
System Red Green Blue C M Y K H S L
Decimal 168 82 19 0 0.51 0.89 0.34 25.37 0.8 0.37
Hex A8 52 13 0 33 59 22 19 50 25
Octal 250 122 23 0 63 131 42 31 120 45
Binary 10101000 1010010 10011 0 110011 1011001 100010 11001 1010000 100101

Color Harmonies of #A85213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85213

Black with #A85213

Text Example


Text Example

White with #A85213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85213; }

 p { color: rgb(168,82,19); }

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

background-color css

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

 a { background-color: rgb(168,82,19); }

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

border-color css

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

 span { border-color: rgb(168,82,19); }

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