Html Css Color HEX #A25129 Rich Gold

📋 copy color: '#A25129'

red 162 ◦ green 81 ◦ blue 41

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

Shades of Rich Gold #A25129

Tints of Rich Gold #A25129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 57.04%
G = 28.52%
B = 14.44%

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

#A25129 (or 0xA25129) is known color: Rich Gold. HEX triplet: A2, 51 and 29. RGB value is (162,81,41). Sum of RGB (Red+Green+Blue) = 162+81+41=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A25129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25129 is #5DAED6. Grayscale: #646464. Windows color (decimal): -6139607 or 2707874. OLE color: 2707874.

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

Color convert

RGB 162 81 41 -
CMYK 0 0.50 0.75 0.36
HSL 19.83º 0.6% 0.4% -
HSV(B) 19.83º 0.75% 0.64% -
XYZ 18.24 13.73 3.79 -
YUV 100.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 162 81 41 0 0.50 0.75 0.36 19.83 0.6 0.4
Hex A2 51 29 0 32 4B 24 14 3C 28
Octal 242 121 51 0 62 113 44 24 74 50
Binary 10100010 1010001 101001 0 110010 1001011 100100 10100 111100 101000

Color Harmonies of #A25129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25129

Black with #A25129

Text Example


Text Example

White with #A25129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25129; }

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

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

background-color css

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

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

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

border-color css

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

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

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