Html Css Color HEX #A14460 Cadillac

📋 copy color: '#A14460'

red 161 ◦ green 68 ◦ blue 96

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

Shades of Cadillac #A14460

Tints of Cadillac #A14460

RGB

 RED value IS 161 (63.28% from 255) = 49.54%

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

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

R = 49.54%
G = 20.92%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A14460 (or 0xA14460) is known color: Cadillac. HEX triplet: A1, 44 and 60. RGB value is (161,68,96). Sum of RGB (Red+Green+Blue) = 161+68+96=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A14460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14460 is #5EBB9F. Grayscale: #626262. Windows color (decimal): -6208416 or 6309025. OLE color: 6309025.

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

Color convert

RGB 161 68 96 -
CMYK 0 0.58 0.40 0.37
HSL 341.94º 0.41% 0.45% -
HSV(B) 341.94º 0.58% 0.63% -
XYZ 18.88 12.56 12.49 -
YUV 99 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 161 68 96 0 0.58 0.40 0.37 341.94 0.41 0.45
Hex A1 44 60 0 3A 28 25 156 29 2D
Octal 241 104 140 0 72 50 45 526 51 55
Binary 10100001 1000100 1100000 0 111010 101000 100101 101010110 101001 101101

Color Harmonies of #A14460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14460

Black with #A14460

Text Example


Text Example

White with #A14460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14460; }

 p { color: rgb(161,68,96); }

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

background-color css

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

 a { background-color: rgb(161,68,96); }

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

border-color css

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

 span { border-color: rgb(161,68,96); }

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