Html Css Color HEX #A04D28 Rich Gold

📋 copy color: '#A04D28'

red 160 ◦ green 77 ◦ blue 40

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

Shades of Rich Gold #A04D28

Tints of Rich Gold #A04D28

RGB

 RED value IS 160 (62.89% from 255) = 57.76%

 GREEN value IS 77 (30.47% from 255) = 27.8%

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

R = 57.76%
G = 27.8%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A04D28 (or 0xA04D28) is known color: Rich Gold. HEX triplet: A0, 4D and 28. RGB value is (160,77,40). Sum of RGB (Red+Green+Blue) = 160+77+40=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D28 is #5FB2D7. Grayscale: #616161. Windows color (decimal): -6271704 or 2641312. OLE color: 2641312.

HSL color Cylindrical-coordinate representation of color #A04D28: hue angle of 18.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A04D28 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 77 40 -
CMYK 0 0.52 0.75 0.37
HSL 18.5º 0.6% 0.39% -
HSV(B) 18.5º 0.75% 0.63% -
XYZ 17.53 12.93 3.58 -
YUV 97.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 160 77 40 0 0.52 0.75 0.37 18.5 0.6 0.39
Hex A0 4D 28 0 34 4B 25 12 3C 27
Octal 240 115 50 0 64 113 45 22 74 47
Binary 10100000 1001101 101000 0 110100 1001011 100101 10010 111100 100111

Color Harmonies of #A04D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D28

Black with #A04D28

Text Example


Text Example

White with #A04D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D28; }

 p { color: rgb(160,77,40); }

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

background-color css

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

 a { background-color: rgb(160,77,40); }

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

border-color css

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

 span { border-color: rgb(160,77,40); }

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