Html Css Color HEX #A25215 Rich Gold

📋 copy color: '#A25215'

red 162 ◦ green 82 ◦ blue 21

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

Shades of Rich Gold #A25215

Tints of Rich Gold #A25215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

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

R = 61.13%
G = 30.94%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A25215 (or 0xA25215) is known color: Rich Gold. HEX triplet: A2, 52 and 15. RGB value is (162,82,21). Sum of RGB (Red+Green+Blue) = 162+82+21=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A25215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25215 is #5DADEA. Grayscale: #636363. Windows color (decimal): -6139371 or 1397410. OLE color: 1397410.

HSL color Cylindrical-coordinate representation of color #A25215: hue angle of 25.96º 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 #A25215 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 21 -
CMYK 0 0.49 0.87 0.36
HSL 25.96º 0.77% 0.36% -
HSV(B) 25.96º 0.87% 0.64% -
XYZ 18.05 13.77 2.42 -
YUV 98.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 162 82 21 0 0.49 0.87 0.36 25.96 0.77 0.36
Hex A2 52 15 0 31 57 24 1A 4D 24
Octal 242 122 25 0 61 127 44 32 115 44
Binary 10100010 1010010 10101 0 110001 1010111 100100 11010 1001101 100100

Color Harmonies of #A25215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25215

Black with #A25215

Text Example


Text Example

White with #A25215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25215; }

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

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

background-color css

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

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

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

border-color css

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

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

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