Html Css Color HEX #A25524 Rich Gold

📋 copy color: '#A25524'

red 162 ◦ green 85 ◦ blue 36

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

Shades of Rich Gold #A25524

Tints of Rich Gold #A25524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

 BLUE value IS 36 (14.45% from 255) = 12.72%

R = 57.24%
G = 30.04%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A25524 (or 0xA25524) is known color: Rich Gold. HEX triplet: A2, 55 and 24. RGB value is (162,85,36). Sum of RGB (Red+Green+Blue) = 162+85+36=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A25524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25524 is #5DAADB. Grayscale: #666666. Windows color (decimal): -6138588 or 2381218. OLE color: 2381218.

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

Color convert

RGB 162 85 36 -
CMYK 0 0.48 0.78 0.36
HSL 23.33º 0.64% 0.39% -
HSV(B) 23.33º 0.78% 0.64% -
XYZ 18.47 14.31 3.46 -
YUV 102.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 162 85 36 0 0.48 0.78 0.36 23.33 0.64 0.39
Hex A2 55 24 0 30 4E 24 17 40 27
Octal 242 125 44 0 60 116 44 27 100 47
Binary 10100010 1010101 100100 0 110000 1001110 100100 10111 1000000 100111

Color Harmonies of #A25524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25524

Black with #A25524

Text Example


Text Example

White with #A25524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25524; }

 p { color: rgb(162,85,36); }

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

background-color css

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

 a { background-color: rgb(162,85,36); }

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

border-color css

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

 span { border-color: rgb(162,85,36); }

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