Html Css Color HEX #A25014 Rich Gold

📋 copy color: '#A25014'

red 162 ◦ green 80 ◦ blue 20

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

Shades of Rich Gold #A25014

Tints of Rich Gold #A25014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 61.83%
G = 30.53%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A25014 (or 0xA25014) is known color: Rich Gold. HEX triplet: A2, 50 and 14. RGB value is (162,80,20). Sum of RGB (Red+Green+Blue) = 162+80+20=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A25014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25014 is #5DAFEB. Grayscale: #626262. Windows color (decimal): -6139884 or 1331362. OLE color: 1331362.

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

Color convert

RGB 162 80 20 -
CMYK 0 0.51 0.88 0.36
HSL 25.35º 0.78% 0.36% -
HSV(B) 25.35º 0.88% 0.64% -
XYZ 17.9 13.47 2.32 -
YUV 97.68 84.17 173.88 -
System Red Green Blue C M Y K H S L
Decimal 162 80 20 0 0.51 0.88 0.36 25.35 0.78 0.36
Hex A2 50 14 0 33 58 24 19 4E 24
Octal 242 120 24 0 63 130 44 31 116 44
Binary 10100010 1010000 10100 0 110011 1011000 100100 11001 1001110 100100

Color Harmonies of #A25014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25014

Black with #A25014

Text Example


Text Example

White with #A25014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25014; }

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

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

background-color css

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

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

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

border-color css

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

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

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