Html Css Color HEX #A25020 Rich Gold

📋 copy color: '#A25020'

red 162 ◦ green 80 ◦ blue 32

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

Shades of Rich Gold #A25020

Tints of Rich Gold #A25020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 59.12%
G = 29.2%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A25020 (or 0xA25020) is known color: Rich Gold. HEX triplet: A2, 50 and 20. RGB value is (162,80,32). Sum of RGB (Red+Green+Blue) = 162+80+32=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A25020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25020 is #5DAFDF. Grayscale: #636363. Windows color (decimal): -6139872 or 2117794. OLE color: 2117794.

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

Color convert

RGB 162 80 32 -
CMYK 0 0.51 0.80 0.36
HSL 22.15º 0.67% 0.38% -
HSV(B) 22.15º 0.8% 0.64% -
XYZ 18.03 13.52 3.03 -
YUV 99.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 162 80 32 0 0.51 0.80 0.36 22.15 0.67 0.38
Hex A2 50 20 0 33 50 24 16 43 26
Octal 242 120 40 0 63 120 44 26 103 46
Binary 10100010 1010000 100000 0 110011 1010000 100100 10110 1000011 100110

Color Harmonies of #A25020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25020

Black with #A25020

Text Example


Text Example

White with #A25020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25020; }

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

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

background-color css

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

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

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

border-color css

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

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

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