Html Css Color HEX #A14865 Cadillac

📋 copy color: '#A14865'

red 161 ◦ green 72 ◦ blue 101

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

Shades of Cadillac #A14865

Tints of Cadillac #A14865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 48.2%
G = 21.56%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A14865 (or 0xA14865) is known color: Cadillac. HEX triplet: A1, 48 and 65. RGB value is (161,72,101). Sum of RGB (Red+Green+Blue) = 161+72+101=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A14865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14865 is #5EB79A. Grayscale: #656565. Windows color (decimal): -6207387 or 6637729. OLE color: 6637729.

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

Color convert

RGB 161 72 101 -
CMYK 0 0.55 0.37 0.37
HSL 340.45º 0.38% 0.46% -
HSV(B) 340.45º 0.55% 0.63% -
XYZ 19.36 13.15 13.83 -
YUV 101.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 161 72 101 0 0.55 0.37 0.37 340.45 0.38 0.46
Hex A1 48 65 0 37 25 25 154 26 2E
Octal 241 110 145 0 67 45 45 524 46 56
Binary 10100001 1001000 1100101 0 110111 100101 100101 101010100 100110 101110

Color Harmonies of #A14865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14865

Black with #A14865

Text Example


Text Example

White with #A14865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14865; }

 p { color: rgb(161,72,101); }

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

background-color css

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

 a { background-color: rgb(161,72,101); }

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

border-color css

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

 span { border-color: rgb(161,72,101); }

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