Html Css Color HEX #A25225 Rich Gold

📋 copy color: '#A25225'

red 162 ◦ green 82 ◦ blue 37

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

Shades of Rich Gold #A25225

Tints of Rich Gold #A25225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 57.65%
G = 29.18%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A25225 (or 0xA25225) is known color: Rich Gold. HEX triplet: A2, 52 and 25. RGB value is (162,82,37). Sum of RGB (Red+Green+Blue) = 162+82+37=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A25225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25225 is #5DADDA. Grayscale: #656565. Windows color (decimal): -6139355 or 2445986. OLE color: 2445986.

HSL color Cylindrical-coordinate representation of color #A25225: hue angle of 21.6º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A25225 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 37 -
CMYK 0 0.49 0.77 0.36
HSL 21.6º 0.63% 0.39% -
HSV(B) 21.6º 0.77% 0.64% -
XYZ 18.25 13.85 3.46 -
YUV 100.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 162 82 37 0 0.49 0.77 0.36 21.6 0.63 0.39
Hex A2 52 25 0 31 4D 24 16 3F 27
Octal 242 122 45 0 61 115 44 26 77 47
Binary 10100010 1010010 100101 0 110001 1001101 100100 10110 111111 100111

Color Harmonies of #A25225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25225

Black with #A25225

Text Example


Text Example

White with #A25225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25225; }

 p { color: rgb(162,82,37); }

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

background-color css

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

 a { background-color: rgb(162,82,37); }

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

border-color css

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

 span { border-color: rgb(162,82,37); }

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