Html Css Color HEX #A25A25 Rich Gold

📋 copy color: '#A25A25'

red 162 ◦ green 90 ◦ blue 37

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

Shades of Rich Gold #A25A25

Tints of Rich Gold #A25A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.14%

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

R = 56.06%
G = 31.14%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A25A25 (or 0xA25A25) is known color: Rich Gold. HEX triplet: A2, 5A and 25. RGB value is (162,90,37). Sum of RGB (Red+Green+Blue) = 162+90+37=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A25 is #5DA5DA. Grayscale: #696969. Windows color (decimal): -6137307 or 2448034. OLE color: 2448034.

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

Color convert

RGB 162 90 37 -
CMYK 0 0.44 0.77 0.36
HSL 25.44º 0.63% 0.39% -
HSV(B) 25.44º 0.77% 0.64% -
XYZ 18.89 15.13 3.67 -
YUV 105.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 162 90 37 0 0.44 0.77 0.36 25.44 0.63 0.39
Hex A2 5A 25 0 2C 4D 24 19 3F 27
Octal 242 132 45 0 54 115 44 31 77 47
Binary 10100010 1011010 100101 0 101100 1001101 100100 11001 111111 100111

Color Harmonies of #A25A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A25

Black with #A25A25

Text Example


Text Example

White with #A25A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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