Html Css Color HEX #A25118 Rich Gold

📋 copy color: '#A25118'

red 162 ◦ green 81 ◦ blue 24

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

Shades of Rich Gold #A25118

Tints of Rich Gold #A25118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.99%

R = 60.67%
G = 30.34%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A25118 (or 0xA25118) is known color: Rich Gold. HEX triplet: A2, 51 and 18. RGB value is (162,81,24). Sum of RGB (Red+Green+Blue) = 162+81+24=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A25118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25118 is #5DAEE7. Grayscale: #636363. Windows color (decimal): -6139624 or 1593762. OLE color: 1593762.

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

Color convert

RGB 162 81 24 -
CMYK 0 0.50 0.85 0.36
HSL 24.78º 0.74% 0.36% -
HSV(B) 24.78º 0.85% 0.64% -
XYZ 18.01 13.63 2.55 -
YUV 98.72 85.84 173.13 -
System Red Green Blue C M Y K H S L
Decimal 162 81 24 0 0.50 0.85 0.36 24.78 0.74 0.36
Hex A2 51 18 0 32 55 24 19 4A 24
Octal 242 121 30 0 62 125 44 31 112 44
Binary 10100010 1010001 11000 0 110010 1010101 100100 11001 1001010 100100

Color Harmonies of #A25118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25118

Black with #A25118

Text Example


Text Example

White with #A25118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25118; }

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

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

background-color css

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

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

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

border-color css

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

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

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