Html Css Color HEX #A25117 Rich Gold

📋 copy color: '#A25117'

red 162 ◦ green 81 ◦ blue 23

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

Shades of Rich Gold #A25117

Tints of Rich Gold #A25117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 60.9%
G = 30.45%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A25117 (or 0xA25117) is known color: Rich Gold. HEX triplet: A2, 51 and 17. RGB value is (162,81,23). Sum of RGB (Red+Green+Blue) = 162+81+23=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A25117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25117 is #5DAEE8. Grayscale: #626262. Windows color (decimal): -6139625 or 1528226. OLE color: 1528226.

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

Color convert

RGB 162 81 23 -
CMYK 0 0.50 0.86 0.36
HSL 25.04º 0.75% 0.36% -
HSV(B) 25.04º 0.86% 0.64% -
XYZ 18 13.63 2.49 -
YUV 98.61 85.34 173.22 -
System Red Green Blue C M Y K H S L
Decimal 162 81 23 0 0.50 0.86 0.36 25.04 0.75 0.36
Hex A2 51 17 0 32 56 24 19 4B 24
Octal 242 121 27 0 62 126 44 31 113 44
Binary 10100010 1010001 10111 0 110010 1010110 100100 11001 1001011 100100

Color Harmonies of #A25117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25117

Black with #A25117

Text Example


Text Example

White with #A25117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25117; }

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

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

background-color css

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

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

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

border-color css

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

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

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