Html Css Color HEX #A25120 Rich Gold

📋 copy color: '#A25120'

red 162 ◦ green 81 ◦ blue 32

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

Shades of Rich Gold #A25120

Tints of Rich Gold #A25120

RGB

 RED value IS 162 (63.67% from 255) = 58.91%

 GREEN value IS 81 (32.03% from 255) = 29.45%

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 58.91%
G = 29.45%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A25120 (or 0xA25120) is known color: Rich Gold. HEX triplet: A2, 51 and 20. RGB value is (162,81,32). Sum of RGB (Red+Green+Blue) = 162+81+32=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A25120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25120 is #5DAEDF. Grayscale: #636363. Windows color (decimal): -6139616 or 2118050. OLE color: 2118050.

HSL color Cylindrical-coordinate representation of color #A25120: hue angle of 22.62º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A25120 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 32 -
CMYK 0 0.50 0.80 0.36
HSL 22.62º 0.67% 0.38% -
HSV(B) 22.62º 0.8% 0.64% -
XYZ 18.1 13.67 3.05 -
YUV 99.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 162 81 32 0 0.50 0.80 0.36 22.62 0.67 0.38
Hex A2 51 20 0 32 50 24 17 43 26
Octal 242 121 40 0 62 120 44 27 103 46
Binary 10100010 1010001 100000 0 110010 1010000 100100 10111 1000011 100110

Color Harmonies of #A25120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25120

Black with #A25120

Text Example


Text Example

White with #A25120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25120; }

 p { color: rgb(162,81,32); }

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

background-color css

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

 a { background-color: rgb(162,81,32); }

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

border-color css

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

 span { border-color: rgb(162,81,32); }

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