Html Css Color HEX #A25620 Rich Gold

📋 copy color: '#A25620'

red 162 ◦ green 86 ◦ blue 32

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

Shades of Rich Gold #A25620

Tints of Rich Gold #A25620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

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

R = 57.86%
G = 30.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A25620 (or 0xA25620) is known color: Rich Gold. HEX triplet: A2, 56 and 20. RGB value is (162,86,32). Sum of RGB (Red+Green+Blue) = 162+86+32=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A25620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25620 is #5DA9DF. Grayscale: #666666. Windows color (decimal): -6138336 or 2119330. OLE color: 2119330.

HSL color Cylindrical-coordinate representation of color #A25620: hue angle of 24.92º 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 #A25620 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 86 32 -
CMYK 0 0.47 0.80 0.36
HSL 24.92º 0.67% 0.38% -
HSV(B) 24.92º 0.8% 0.64% -
XYZ 18.49 14.44 3.18 -
YUV 102.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 162 86 32 0 0.47 0.80 0.36 24.92 0.67 0.38
Hex A2 56 20 0 2F 50 24 19 43 26
Octal 242 126 40 0 57 120 44 31 103 46
Binary 10100010 1010110 100000 0 101111 1010000 100100 11001 1000011 100110

Color Harmonies of #A25620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25620

Black with #A25620

Text Example


Text Example

White with #A25620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25620; }

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

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

background-color css

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

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

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

border-color css

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

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

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