Html Css Color HEX #A85A25 Rich Gold

📋 copy color: '#A85A25'

red 168 ◦ green 90 ◦ blue 37

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

Shades of Rich Gold #A85A25

Tints of Rich Gold #A85A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

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

R = 56.95%
G = 30.51%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A85A25 (or 0xA85A25) is known color: Rich Gold. HEX triplet: A8, 5A and 25. RGB value is (168,90,37). Sum of RGB (Red+Green+Blue) = 168+90+37=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A25 is #57A5DA. Grayscale: #6B6B6B. Windows color (decimal): -5744091 or 2448040. OLE color: 2448040.

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

Color convert

RGB 168 90 37 -
CMYK 0 0.46 0.78 0.34
HSL 24.27º 0.64% 0.4% -
HSV(B) 24.27º 0.78% 0.66% -
XYZ 20.14 15.77 3.73 -
YUV 107.28 88.34 171.31 -
System Red Green Blue C M Y K H S L
Decimal 168 90 37 0 0.46 0.78 0.34 24.27 0.64 0.4
Hex A8 5A 25 0 2E 4E 22 18 40 28
Octal 250 132 45 0 56 116 42 30 100 50
Binary 10101000 1011010 100101 0 101110 1001110 100010 11000 1000000 101000

Color Harmonies of #A85A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A25

Black with #A85A25

Text Example


Text Example

White with #A85A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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