Html Css Color HEX #A25112 Rich Gold

📋 copy color: '#A25112'

red 162 ◦ green 81 ◦ blue 18

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

Shades of Rich Gold #A25112

Tints of Rich Gold #A25112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 62.07%
G = 31.03%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A25112 (or 0xA25112) is known color: Rich Gold. HEX triplet: A2, 51 and 12. RGB value is (162,81,18). Sum of RGB (Red+Green+Blue) = 162+81+18=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A25112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25112 is #5DAEED. Grayscale: #626262. Windows color (decimal): -6139630 or 1200546. OLE color: 1200546.

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

Color convert

RGB 162 81 18 -
CMYK 0 0.50 0.89 0.36
HSL 26.25º 0.8% 0.35% -
HSV(B) 26.25º 0.89% 0.64% -
XYZ 17.95 13.61 2.25 -
YUV 98.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 162 81 18 0 0.50 0.89 0.36 26.25 0.8 0.35
Hex A2 51 12 0 32 59 24 1A 50 23
Octal 242 121 22 0 62 131 44 32 120 43
Binary 10100010 1010001 10010 0 110010 1011001 100100 11010 1010000 100011

Color Harmonies of #A25112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25112

Black with #A25112

Text Example


Text Example

White with #A25112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25112; }

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

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

background-color css

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

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

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

border-color css

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

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

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