Html Css Color HEX #A0495E Cadillac

📋 copy color: '#A0495E'

red 160 ◦ green 73 ◦ blue 94

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

Shades of Cadillac #A0495E

Tints of Cadillac #A0495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 48.93%
G = 22.32%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0495E (or 0xA0495E) is known color: Cadillac. HEX triplet: A0, 49 and 5E. RGB value is (160,73,94). Sum of RGB (Red+Green+Blue) = 160+73+94=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0495E is #5FB6A1. Grayscale: #656565. Windows color (decimal): -6272674 or 6179232. OLE color: 6179232.

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

Color convert

RGB 160 73 94 -
CMYK 0 0.54 0.41 0.37
HSL 345.52º 0.37% 0.46% -
HSV(B) 345.52º 0.54% 0.63% -
XYZ 18.9 13.05 12.11 -
YUV 101.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 160 73 94 0 0.54 0.41 0.37 345.52 0.37 0.46
Hex A0 49 5E 0 36 29 25 15A 25 2E
Octal 240 111 136 0 66 51 45 532 45 56
Binary 10100000 1001001 1011110 0 110110 101001 100101 101011010 100101 101110

Color Harmonies of #A0495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0495E

Black with #A0495E

Text Example


Text Example

White with #A0495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0495E; }

 p { color: rgb(160,73,94); }

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

background-color css

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

 a { background-color: rgb(160,73,94); }

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

border-color css

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

 span { border-color: rgb(160,73,94); }

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