Html Css Color HEX #A04418 Rich Gold

📋 copy color: '#A04418'

red 160 ◦ green 68 ◦ blue 24

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

Shades of Rich Gold #A04418

Tints of Rich Gold #A04418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 63.49%
G = 26.98%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A04418 (or 0xA04418) is known color: Rich Gold. HEX triplet: A0, 44 and 18. RGB value is (160,68,24). Sum of RGB (Red+Green+Blue) = 160+68+24=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A04418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04418 is #5FBBE7. Grayscale: #5A5A5A. Windows color (decimal): -6274024 or 1590432. OLE color: 1590432.

HSL color Cylindrical-coordinate representation of color #A04418: hue angle of 19.41º 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 #A04418 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 24 -
CMYK 0 0.57 0.85 0.37
HSL 19.41º 0.74% 0.36% -
HSV(B) 19.41º 0.85% 0.63% -
XYZ 16.73 11.67 2.24 -
YUV 90.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 160 68 24 0 0.57 0.85 0.37 19.41 0.74 0.36
Hex A0 44 18 0 39 55 25 13 4A 24
Octal 240 104 30 0 71 125 45 23 112 44
Binary 10100000 1000100 11000 0 111001 1010101 100101 10011 1001010 100100

Color Harmonies of #A04418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04418

Black with #A04418

Text Example


Text Example

White with #A04418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04418; }

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

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

background-color css

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

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

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

border-color css

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

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

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