Html Css Color HEX #A25425 Rich Gold

📋 copy color: '#A25425'

red 162 ◦ green 84 ◦ blue 37

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

Shades of Rich Gold #A25425

Tints of Rich Gold #A25425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 57.24%
G = 29.68%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A25425 (or 0xA25425) is known color: Rich Gold. HEX triplet: A2, 54 and 25. RGB value is (162,84,37). Sum of RGB (Red+Green+Blue) = 162+84+37=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A25425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25425 is #5DABDA. Grayscale: #666666. Windows color (decimal): -6138843 or 2446498. OLE color: 2446498.

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

Color convert

RGB 162 84 37 -
CMYK 0 0.48 0.77 0.36
HSL 22.56º 0.63% 0.39% -
HSV(B) 22.56º 0.77% 0.64% -
XYZ 18.4 14.16 3.51 -
YUV 101.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 162 84 37 0 0.48 0.77 0.36 22.56 0.63 0.39
Hex A2 54 25 0 30 4D 24 17 3F 27
Octal 242 124 45 0 60 115 44 27 77 47
Binary 10100010 1010100 100101 0 110000 1001101 100100 10111 111111 100111

Color Harmonies of #A25425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25425

Black with #A25425

Text Example


Text Example

White with #A25425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25425; }

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

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

background-color css

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

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

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

border-color css

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

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

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