Html Css Color HEX #A04415 Rich Gold

📋 copy color: '#A04415'

red 160 ◦ green 68 ◦ blue 21

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

Shades of Rich Gold #A04415

Tints of Rich Gold #A04415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 64.26%
G = 27.31%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A04415 (or 0xA04415) is known color: Rich Gold. HEX triplet: A0, 44 and 15. RGB value is (160,68,21). Sum of RGB (Red+Green+Blue) = 160+68+21=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A04415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04415 is #5FBBEA. Grayscale: #5A5A5A. Windows color (decimal): -6274027 or 1393824. OLE color: 1393824.

HSL color Cylindrical-coordinate representation of color #A04415: hue angle of 20.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A04415 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 21 -
CMYK 0 0.57 0.87 0.37
HSL 20.29º 0.77% 0.35% -
HSV(B) 20.29º 0.87% 0.63% -
XYZ 16.7 11.66 2.08 -
YUV 90.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 160 68 21 0 0.57 0.87 0.37 20.29 0.77 0.35
Hex A0 44 15 0 39 57 25 14 4D 23
Octal 240 104 25 0 71 127 45 24 115 43
Binary 10100000 1000100 10101 0 111001 1010111 100101 10100 1001101 100011

Color Harmonies of #A04415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04415

Black with #A04415

Text Example


Text Example

White with #A04415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04415; }

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

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

background-color css

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

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

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

border-color css

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

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

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