Html Css Color HEX #A14963 Cadillac

📋 copy color: '#A14963'

red 161 ◦ green 73 ◦ blue 99

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

Shades of Cadillac #A14963

Tints of Cadillac #A14963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 48.35%
G = 21.92%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A14963 (or 0xA14963) is known color: Cadillac. HEX triplet: A1, 49 and 63. RGB value is (161,73,99). Sum of RGB (Red+Green+Blue) = 161+73+99=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A14963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14963 is #5EB69C. Grayscale: #666666. Windows color (decimal): -6207133 or 6506913. OLE color: 6506913.

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

Color convert

RGB 161 73 99 -
CMYK 0 0.55 0.39 0.37
HSL 342.27º 0.38% 0.46% -
HSV(B) 342.27º 0.55% 0.63% -
XYZ 19.33 13.24 13.34 -
YUV 102.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 161 73 99 0 0.55 0.39 0.37 342.27 0.38 0.46
Hex A1 49 63 0 37 27 25 156 26 2E
Octal 241 111 143 0 67 47 45 526 46 56
Binary 10100001 1001001 1100011 0 110111 100111 100101 101010110 100110 101110

Color Harmonies of #A14963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14963

Black with #A14963

Text Example


Text Example

White with #A14963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14963; }

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

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

background-color css

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

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

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

border-color css

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

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

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