Html Css Color HEX #A85525 Rich Gold

📋 copy color: '#A85525'

red 168 ◦ green 85 ◦ blue 37

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

Shades of Rich Gold #A85525

Tints of Rich Gold #A85525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 57.93%
G = 29.31%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A85525 (or 0xA85525) is known color: Rich Gold. HEX triplet: A8, 55 and 25. RGB value is (168,85,37). Sum of RGB (Red+Green+Blue) = 168+85+37=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A85525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85525 is #57AADA. Grayscale: #686868. Windows color (decimal): -5745371 or 2446760. OLE color: 2446760.

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

Color convert

RGB 168 85 37 -
CMYK 0 0.49 0.78 0.34
HSL 21.98º 0.64% 0.4% -
HSV(B) 21.98º 0.78% 0.66% -
XYZ 19.73 14.96 3.6 -
YUV 104.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 168 85 37 0 0.49 0.78 0.34 21.98 0.64 0.4
Hex A8 55 25 0 31 4E 22 16 40 28
Octal 250 125 45 0 61 116 42 26 100 50
Binary 10101000 1010101 100101 0 110001 1001110 100010 10110 1000000 101000

Color Harmonies of #A85525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85525

Black with #A85525

Text Example


Text Example

White with #A85525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85525; }

 p { color: rgb(168,85,37); }

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

background-color css

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

 a { background-color: rgb(168,85,37); }

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

border-color css

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

 span { border-color: rgb(168,85,37); }

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