Html Css Color HEX #A05418 Rich Gold

📋 copy color: '#A05418'

red 160 ◦ green 84 ◦ blue 24

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

Shades of Rich Gold #A05418

Tints of Rich Gold #A05418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 59.7%
G = 31.34%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A05418 (or 0xA05418) is known color: Rich Gold. HEX triplet: A0, 54 and 18. RGB value is (160,84,24). Sum of RGB (Red+Green+Blue) = 160+84+24=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A05418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05418 is #5FABE7. Grayscale: #646464. Windows color (decimal): -6269928 or 1594528. OLE color: 1594528.

HSL color Cylindrical-coordinate representation of color #A05418: hue angle of 26.47º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A05418 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 84 24 -
CMYK 0 0.48 0.85 0.37
HSL 26.47º 0.74% 0.36% -
HSV(B) 26.47º 0.85% 0.63% -
XYZ 17.83 13.88 2.6 -
YUV 99.88 85.18 170.88 -
System Red Green Blue C M Y K H S L
Decimal 160 84 24 0 0.48 0.85 0.37 26.47 0.74 0.36
Hex A0 54 18 0 30 55 25 1A 4A 24
Octal 240 124 30 0 60 125 45 32 112 44
Binary 10100000 1010100 11000 0 110000 1010101 100101 11010 1001010 100100

Color Harmonies of #A05418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05418

Black with #A05418

Text Example


Text Example

White with #A05418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05418; }

 p { color: rgb(160,84,24); }

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

background-color css

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

 a { background-color: rgb(160,84,24); }

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

border-color css

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

 span { border-color: rgb(160,84,24); }

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