Html Css Color HEX #A25115 Rich Gold

📋 copy color: '#A25115'

red 162 ◦ green 81 ◦ blue 21

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

Shades of Rich Gold #A25115

Tints of Rich Gold #A25115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 61.36%
G = 30.68%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A25115 (or 0xA25115) is known color: Rich Gold. HEX triplet: A2, 51 and 15. RGB value is (162,81,21). Sum of RGB (Red+Green+Blue) = 162+81+21=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A25115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25115 is #5DAEEA. Grayscale: #626262. Windows color (decimal): -6139627 or 1397154. OLE color: 1397154.

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

Color convert

RGB 162 81 21 -
CMYK 0 0.50 0.87 0.36
HSL 25.53º 0.77% 0.36% -
HSV(B) 25.53º 0.87% 0.64% -
XYZ 17.98 13.62 2.39 -
YUV 98.38 84.34 173.38 -
System Red Green Blue C M Y K H S L
Decimal 162 81 21 0 0.50 0.87 0.36 25.53 0.77 0.36
Hex A2 51 15 0 32 57 24 1A 4D 24
Octal 242 121 25 0 62 127 44 32 115 44
Binary 10100010 1010001 10101 0 110010 1010111 100100 11010 1001101 100100

Color Harmonies of #A25115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25115

Black with #A25115

Text Example


Text Example

White with #A25115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25115; }

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

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

background-color css

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

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

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

border-color css

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

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

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