Html Css Color HEX #A14960 Cadillac

📋 copy color: '#A14960'

red 161 ◦ green 73 ◦ blue 96

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

Shades of Cadillac #A14960

Tints of Cadillac #A14960

RGB

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

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

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

R = 48.79%
G = 22.12%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A14960 (or 0xA14960) is known color: Cadillac. HEX triplet: A1, 49 and 60. RGB value is (161,73,96). Sum of RGB (Red+Green+Blue) = 161+73+96=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A14960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14960 is #5EB69F. Grayscale: #656565. Windows color (decimal): -6207136 or 6310305. OLE color: 6310305.

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

Color convert

RGB 161 73 96 -
CMYK 0 0.55 0.40 0.37
HSL 344.32º 0.38% 0.46% -
HSV(B) 344.32º 0.55% 0.63% -
XYZ 19.19 13.19 12.6 -
YUV 101.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 161 73 96 0 0.55 0.40 0.37 344.32 0.38 0.46
Hex A1 49 60 0 37 28 25 158 26 2E
Octal 241 111 140 0 67 50 45 530 46 56
Binary 10100001 1001001 1100000 0 110111 101000 100101 101011000 100110 101110

Color Harmonies of #A14960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14960

Black with #A14960

Text Example


Text Example

White with #A14960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14960; }

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

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

background-color css

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

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

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

border-color css

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

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

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