Html Css Color HEX #A14D63 Cadillac

📋 copy color: '#A14D63'

red 161 ◦ green 77 ◦ blue 99

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

Shades of Cadillac #A14D63

Tints of Cadillac #A14D63

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

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

R = 47.77%
G = 22.85%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A14D63 (or 0xA14D63) is known color: Cadillac. HEX triplet: A1, 4D and 63. RGB value is (161,77,99). Sum of RGB (Red+Green+Blue) = 161+77+99=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14D63 is #5EB29C. Grayscale: #686868. Windows color (decimal): -6206109 or 6507937. OLE color: 6507937.

HSL color Cylindrical-coordinate representation of color #A14D63: hue angle of 344.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14D63 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 77 99 -
CMYK 0 0.52 0.39 0.37
HSL 344.29º 0.35% 0.47% -
HSV(B) 344.29º 0.52% 0.63% -
XYZ 19.6 13.79 13.43 -
YUV 104.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 161 77 99 0 0.52 0.39 0.37 344.29 0.35 0.47
Hex A1 4D 63 0 34 27 25 158 23 2F
Octal 241 115 143 0 64 47 45 530 43 57
Binary 10100001 1001101 1100011 0 110100 100111 100101 101011000 100011 101111

Color Harmonies of #A14D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D63

Black with #A14D63

Text Example


Text Example

White with #A14D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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