Html Css Color HEX #A25729 Rich Gold

📋 copy color: '#A25729'

red 162 ◦ green 87 ◦ blue 41

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

Shades of Rich Gold #A25729

Tints of Rich Gold #A25729

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 55.86%
G = 30%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A25729 (or 0xA25729) is known color: Rich Gold. HEX triplet: A2, 57 and 29. RGB value is (162,87,41). Sum of RGB (Red+Green+Blue) = 162+87+41=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A25729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25729 is #5DA8D6. Grayscale: #686868. Windows color (decimal): -6138071 or 2709410. OLE color: 2709410.

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

Color convert

RGB 162 87 41 -
CMYK 0 0.46 0.75 0.36
HSL 22.81º 0.6% 0.4% -
HSV(B) 22.81º 0.75% 0.64% -
XYZ 18.71 14.66 3.94 -
YUV 104.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 162 87 41 0 0.46 0.75 0.36 22.81 0.6 0.4
Hex A2 57 29 0 2E 4B 24 17 3C 28
Octal 242 127 51 0 56 113 44 27 74 50
Binary 10100010 1010111 101001 0 101110 1001011 100100 10111 111100 101000

Color Harmonies of #A25729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25729

Black with #A25729

Text Example


Text Example

White with #A25729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25729; }

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

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

background-color css

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

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

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

border-color css

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

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

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