Html Css Color HEX #A25C29 Rich Gold

📋 copy color: '#A25C29'

red 162 ◦ green 92 ◦ blue 41

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

Shades of Rich Gold #A25C29

Tints of Rich Gold #A25C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

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

R = 54.92%
G = 31.19%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A25C29 (or 0xA25C29) is known color: Rich Gold. HEX triplet: A2, 5C and 29. RGB value is (162,92,41). Sum of RGB (Red+Green+Blue) = 162+92+41=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C29 is #5DA3D6. Grayscale: #6B6B6B. Windows color (decimal): -6136791 or 2710690. OLE color: 2710690.

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

Color convert

RGB 162 92 41 -
CMYK 0 0.43 0.75 0.36
HSL 25.29º 0.6% 0.4% -
HSV(B) 25.29º 0.75% 0.64% -
XYZ 19.13 15.5 4.08 -
YUV 107.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 162 92 41 0 0.43 0.75 0.36 25.29 0.6 0.4
Hex A2 5C 29 0 2B 4B 24 19 3C 28
Octal 242 134 51 0 53 113 44 31 74 50
Binary 10100010 1011100 101001 0 101011 1001011 100100 11001 111100 101000

Color Harmonies of #A25C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C29

Black with #A25C29

Text Example


Text Example

White with #A25C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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