Html Css Color HEX #A04D60 Cadillac

📋 copy color: '#A04D60'

red 160 ◦ green 77 ◦ blue 96

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

Shades of Cadillac #A04D60

Tints of Cadillac #A04D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 48.05%
G = 23.12%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A04D60 (or 0xA04D60) is known color: Cadillac. HEX triplet: A0, 4D and 60. RGB value is (160,77,96). Sum of RGB (Red+Green+Blue) = 160+77+96=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D60 is #5FB29F. Grayscale: #676767. Windows color (decimal): -6271648 or 6311328. OLE color: 6311328.

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

Color convert

RGB 160 77 96 -
CMYK 0 0.52 0.4 0.37
HSL 346.27º 0.35% 0.46% -
HSV(B) 346.27º 0.52% 0.63% -
XYZ 19.26 13.63 12.68 -
YUV 103.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 160 77 96 0 0.52 0.4 0.37 346.27 0.35 0.46
Hex A0 4D 60 0 34 28 25 15A 23 2E
Octal 240 115 140 0 64 50 45 532 43 56
Binary 10100000 1001101 1100000 0 110100 101000 100101 101011010 100011 101110

Color Harmonies of #A04D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D60

Black with #A04D60

Text Example


Text Example

White with #A04D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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