Html Css Color HEX #A25022 Rich Gold

📋 copy color: '#A25022'

red 162 ◦ green 80 ◦ blue 34

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

Shades of Rich Gold #A25022

Tints of Rich Gold #A25022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 58.7%
G = 28.99%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A25022 (or 0xA25022) is known color: Rich Gold. HEX triplet: A2, 50 and 22. RGB value is (162,80,34). Sum of RGB (Red+Green+Blue) = 162+80+34=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A25022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25022 is #5DAFDD. Grayscale: #636363. Windows color (decimal): -6139870 or 2248866. OLE color: 2248866.

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

Color convert

RGB 162 80 34 -
CMYK 0 0.51 0.79 0.36
HSL 21.56º 0.65% 0.38% -
HSV(B) 21.56º 0.79% 0.64% -
XYZ 18.06 13.53 3.17 -
YUV 99.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 162 80 34 0 0.51 0.79 0.36 21.56 0.65 0.38
Hex A2 50 22 0 33 4F 24 16 41 26
Octal 242 120 42 0 63 117 44 26 101 46
Binary 10100010 1010000 100010 0 110011 1001111 100100 10110 1000001 100110

Color Harmonies of #A25022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25022

Black with #A25022

Text Example


Text Example

White with #A25022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25022; }

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

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

background-color css

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

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

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

border-color css

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

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

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