Html Css Color HEX #A85925 Rich Gold

📋 copy color: '#A85925'

red 168 ◦ green 89 ◦ blue 37

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

Shades of Rich Gold #A85925

Tints of Rich Gold #A85925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

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

R = 57.14%
G = 30.27%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A85925 (or 0xA85925) is known color: Rich Gold. HEX triplet: A8, 59 and 25. RGB value is (168,89,37). Sum of RGB (Red+Green+Blue) = 168+89+37=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A85925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85925 is #57A6DA. Grayscale: #6A6A6A. Windows color (decimal): -5744347 or 2447784. OLE color: 2447784.

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

Color convert

RGB 168 89 37 -
CMYK 0 0.47 0.78 0.34
HSL 23.82º 0.64% 0.4% -
HSV(B) 23.82º 0.78% 0.66% -
XYZ 20.05 15.6 3.7 -
YUV 106.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 168 89 37 0 0.47 0.78 0.34 23.82 0.64 0.4
Hex A8 59 25 0 2F 4E 22 18 40 28
Octal 250 131 45 0 57 116 42 30 100 50
Binary 10101000 1011001 100101 0 101111 1001110 100010 11000 1000000 101000

Color Harmonies of #A85925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85925

Black with #A85925

Text Example


Text Example

White with #A85925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85925; }

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

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

background-color css

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

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

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

border-color css

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

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

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