Html Css Color HEX #A25121 Rich Gold

📋 copy color: '#A25121'

red 162 ◦ green 81 ◦ blue 33

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

Shades of Rich Gold #A25121

Tints of Rich Gold #A25121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 58.7%
G = 29.35%
B = 11.96%

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

#A25121 (or 0xA25121) is known color: Rich Gold. HEX triplet: A2, 51 and 21. RGB value is (162,81,33). Sum of RGB (Red+Green+Blue) = 162+81+33=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A25121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25121 is #5DAEDE. Grayscale: #646464. Windows color (decimal): -6139615 or 2183586. OLE color: 2183586.

HSL color Cylindrical-coordinate representation of color #A25121: hue angle of 22.33º degrees, saturation: 0.66, 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 #A25121 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 33 -
CMYK 0 0.50 0.80 0.36
HSL 22.33º 0.66% 0.38% -
HSV(B) 22.33º 0.8% 0.64% -
XYZ 18.12 13.68 3.12 -
YUV 99.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 162 81 33 0 0.50 0.80 0.36 22.33 0.66 0.38
Hex A2 51 21 0 32 50 24 16 42 26
Octal 242 121 41 0 62 120 44 26 102 46
Binary 10100010 1010001 100001 0 110010 1010000 100100 10110 1000010 100110

Color Harmonies of #A25121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25121

Black with #A25121

Text Example


Text Example

White with #A25121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25121; }

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

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

background-color css

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

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

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

border-color css

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

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

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