Html Css Color HEX #A0495F Cadillac

📋 copy color: '#A0495F'

red 160 ◦ green 73 ◦ blue 95

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

Shades of Cadillac #A0495F

Tints of Cadillac #A0495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 48.78%
G = 22.26%
B = 28.96%

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

#A0495F (or 0xA0495F) is known color: Cadillac. HEX triplet: A0, 49 and 5F. RGB value is (160,73,95). Sum of RGB (Red+Green+Blue) = 160+73+95=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A0495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0495F is #5FB6A0. Grayscale: #656565. Windows color (decimal): -6272673 or 6244768. OLE color: 6244768.

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

Color convert

RGB 160 73 95 -
CMYK 0 0.54 0.41 0.37
HSL 344.83º 0.37% 0.46% -
HSV(B) 344.83º 0.54% 0.63% -
XYZ 18.95 13.06 12.35 -
YUV 101.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 160 73 95 0 0.54 0.41 0.37 344.83 0.37 0.46
Hex A0 49 5F 0 36 29 25 159 25 2E
Octal 240 111 137 0 66 51 45 531 45 56
Binary 10100000 1001001 1011111 0 110110 101001 100101 101011001 100101 101110

Color Harmonies of #A0495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0495F

Black with #A0495F

Text Example


Text Example

White with #A0495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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