Html Css Color HEX #A85225 Rich Gold

📋 copy color: '#A85225'

red 168 ◦ green 82 ◦ blue 37

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

Shades of Rich Gold #A85225

Tints of Rich Gold #A85225

RGB

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

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

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

R = 58.54%
G = 28.57%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A85225 (or 0xA85225) is known color: Rich Gold. HEX triplet: A8, 52 and 25. RGB value is (168,82,37). Sum of RGB (Red+Green+Blue) = 168+82+37=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A85225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85225 is #57ADDA. Grayscale: #666666. Windows color (decimal): -5746139 or 2445992. OLE color: 2445992.

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

Color convert

RGB 168 82 37 -
CMYK 0 0.51 0.78 0.34
HSL 20.61º 0.64% 0.4% -
HSV(B) 20.61º 0.78% 0.66% -
XYZ 19.5 14.49 3.52 -
YUV 102.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 168 82 37 0 0.51 0.78 0.34 20.61 0.64 0.4
Hex A8 52 25 0 33 4E 22 15 40 28
Octal 250 122 45 0 63 116 42 25 100 50
Binary 10101000 1010010 100101 0 110011 1001110 100010 10101 1000000 101000

Color Harmonies of #A85225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85225

Black with #A85225

Text Example


Text Example

White with #A85225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85225; }

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

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

background-color css

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

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

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

border-color css

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

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

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