Html Css Color HEX #A25011 Rich Gold

📋 copy color: '#A25011'

red 162 ◦ green 80 ◦ blue 17

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

Shades of Rich Gold #A25011

Tints of Rich Gold #A25011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 62.55%
G = 30.89%
B = 6.56%

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

#A25011 (or 0xA25011) is known color: Rich Gold. HEX triplet: A2, 50 and 11. RGB value is (162,80,17). Sum of RGB (Red+Green+Blue) = 162+80+17=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A25011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25011 is #5DAFEE. Grayscale: #616161. Windows color (decimal): -6139887 or 1134754. OLE color: 1134754.

HSL color Cylindrical-coordinate representation of color #A25011: hue angle of 26.07º degrees, saturation: 0.81, 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 #A25011 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 17 -
CMYK 0 0.51 0.90 0.36
HSL 26.07º 0.81% 0.35% -
HSV(B) 26.07º 0.9% 0.64% -
XYZ 17.87 13.46 2.19 -
YUV 97.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 162 80 17 0 0.51 0.90 0.36 26.07 0.81 0.35
Hex A2 50 11 0 33 5A 24 1A 51 23
Octal 242 120 21 0 63 132 44 32 121 43
Binary 10100010 1010000 10001 0 110011 1011010 100100 11010 1010001 100011

Color Harmonies of #A25011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25011

Black with #A25011

Text Example


Text Example

White with #A25011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25011; }

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

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

background-color css

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

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

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

border-color css

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

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

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