Html Css Color HEX #A25010 Rich Gold

📋 copy color: '#A25010'

red 162 ◦ green 80 ◦ blue 16

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

Shades of Rich Gold #A25010

Tints of Rich Gold #A25010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 62.79%
G = 31.01%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A25010 (or 0xA25010) is known color: Rich Gold. HEX triplet: A2, 50 and 10. RGB value is (162,80,16). Sum of RGB (Red+Green+Blue) = 162+80+16=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A25010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25010 is #5DAFEF. Grayscale: #616161. Windows color (decimal): -6139888 or 1069218. OLE color: 1069218.

HSL color Cylindrical-coordinate representation of color #A25010: hue angle of 26.3º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A25010 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 16 -
CMYK 0 0.51 0.90 0.36
HSL 26.3º 0.82% 0.35% -
HSV(B) 26.3º 0.9% 0.64% -
XYZ 17.86 13.46 2.15 -
YUV 97.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 162 80 16 0 0.51 0.90 0.36 26.3 0.82 0.35
Hex A2 50 10 0 33 5A 24 1A 52 23
Octal 242 120 20 0 63 132 44 32 122 43
Binary 10100010 1010000 10000 0 110011 1011010 100100 11010 1010010 100011

Color Harmonies of #A25010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25010

Black with #A25010

Text Example


Text Example

White with #A25010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25010; }

 p { color: rgb(162,80,16); }

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

background-color css

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

 a { background-color: rgb(162,80,16); }

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

border-color css

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

 span { border-color: rgb(162,80,16); }

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