Html Css Color HEX #A25013 Rich Gold

📋 copy color: '#A25013'

red 162 ◦ green 80 ◦ blue 19

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

Shades of Rich Gold #A25013

Tints of Rich Gold #A25013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 62.07%
G = 30.65%
B = 7.28%

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

#A25013 (or 0xA25013) is known color: Rich Gold. HEX triplet: A2, 50 and 13. RGB value is (162,80,19). Sum of RGB (Red+Green+Blue) = 162+80+19=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A25013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25013 is #5DAFEC. Grayscale: #616161. Windows color (decimal): -6139885 or 1265826. OLE color: 1265826.

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

Color convert

RGB 162 80 19 -
CMYK 0 0.51 0.88 0.36
HSL 25.59º 0.79% 0.35% -
HSV(B) 25.59º 0.88% 0.64% -
XYZ 17.89 13.47 2.27 -
YUV 97.56 83.67 173.96 -
System Red Green Blue C M Y K H S L
Decimal 162 80 19 0 0.51 0.88 0.36 25.59 0.79 0.35
Hex A2 50 13 0 33 58 24 1A 4F 23
Octal 242 120 23 0 63 130 44 32 117 43
Binary 10100010 1010000 10011 0 110011 1011000 100100 11010 1001111 100011

Color Harmonies of #A25013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25013

Black with #A25013

Text Example


Text Example

White with #A25013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25013; }

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

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

background-color css

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

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

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

border-color css

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

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

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