Html Css Color HEX #A25128 Rich Gold

📋 copy color: '#A25128'

red 162 ◦ green 81 ◦ blue 40

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

Shades of Rich Gold #A25128

Tints of Rich Gold #A25128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 57.24%
G = 28.62%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A25128 (or 0xA25128) is known color: Rich Gold. HEX triplet: A2, 51 and 28. RGB value is (162,81,40). Sum of RGB (Red+Green+Blue) = 162+81+40=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A25128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25128 is #5DAED7. Grayscale: #646464. Windows color (decimal): -6139608 or 2642338. OLE color: 2642338.

HSL color Cylindrical-coordinate representation of color #A25128: hue angle of 20.16º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A25128 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 40 -
CMYK 0 0.50 0.75 0.36
HSL 20.16º 0.6% 0.4% -
HSV(B) 20.16º 0.75% 0.64% -
XYZ 18.23 13.72 3.69 -
YUV 100.55 93.84 171.83 -
System Red Green Blue C M Y K H S L
Decimal 162 81 40 0 0.50 0.75 0.36 20.16 0.6 0.4
Hex A2 51 28 0 32 4B 24 14 3C 28
Octal 242 121 50 0 62 113 44 24 74 50
Binary 10100010 1010001 101000 0 110010 1001011 100100 10100 111100 101000

Color Harmonies of #A25128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25128

Black with #A25128

Text Example


Text Example

White with #A25128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25128; }

 p { color: rgb(162,81,40); }

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

background-color css

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

 a { background-color: rgb(162,81,40); }

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

border-color css

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

 span { border-color: rgb(162,81,40); }

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