Html Css Color HEX #A25116 Rich Gold

📋 copy color: '#A25116'

red 162 ◦ green 81 ◦ blue 22

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

Shades of Rich Gold #A25116

Tints of Rich Gold #A25116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.3%

R = 61.13%
G = 30.57%
B = 8.3%

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

#A25116 (or 0xA25116) is known color: Rich Gold. HEX triplet: A2, 51 and 16. RGB value is (162,81,22). Sum of RGB (Red+Green+Blue) = 162+81+22=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A25116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25116 is #5DAEE9. Grayscale: #626262. Windows color (decimal): -6139626 or 1462690. OLE color: 1462690.

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

Color convert

RGB 162 81 22 -
CMYK 0 0.50 0.86 0.36
HSL 25.29º 0.76% 0.36% -
HSV(B) 25.29º 0.86% 0.64% -
XYZ 17.99 13.62 2.44 -
YUV 98.49 84.84 173.3 -
System Red Green Blue C M Y K H S L
Decimal 162 81 22 0 0.50 0.86 0.36 25.29 0.76 0.36
Hex A2 51 16 0 32 56 24 19 4C 24
Octal 242 121 26 0 62 126 44 31 114 44
Binary 10100010 1010001 10110 0 110010 1010110 100100 11001 1001100 100100

Color Harmonies of #A25116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25116

Black with #A25116

Text Example


Text Example

White with #A25116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25116; }

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

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

background-color css

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

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

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

border-color css

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

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

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