Html Css Color HEX #A85413 Rich Gold

📋 copy color: '#A85413'

red 168 ◦ green 84 ◦ blue 19

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

Shades of Rich Gold #A85413

Tints of Rich Gold #A85413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

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

R = 61.99%
G = 31%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A85413 (or 0xA85413) is known color: Rich Gold. HEX triplet: A8, 54 and 13. RGB value is (168,84,19). Sum of RGB (Red+Green+Blue) = 168+84+19=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A85413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85413 is #57ABEC. Grayscale: #666666. Windows color (decimal): -5745645 or 1266856. OLE color: 1266856.

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

Color convert

RGB 168 84 19 -
CMYK 0 0.5 0.89 0.34
HSL 26.17º 0.8% 0.37% -
HSV(B) 26.17º 0.89% 0.66% -
XYZ 19.44 14.71 2.43 -
YUV 101.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 168 84 19 0 0.5 0.89 0.34 26.17 0.8 0.37
Hex A8 54 13 0 32 59 22 1A 50 25
Octal 250 124 23 0 62 131 42 32 120 45
Binary 10101000 1010100 10011 0 110010 1011001 100010 11010 1010000 100101

Color Harmonies of #A85413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85413

Black with #A85413

Text Example


Text Example

White with #A85413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85413; }

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

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

background-color css

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

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

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

border-color css

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

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

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