Html Css Color HEX #A14E6A Cadillac

📋 copy color: '#A14E6A'

red 161 ◦ green 78 ◦ blue 106

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

Shades of Cadillac #A14E6A

Tints of Cadillac #A14E6A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.61%

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 46.67%
G = 22.61%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A14E6A (or 0xA14E6A) is known color: Cadillac. HEX triplet: A1, 4E and 6A. RGB value is (161,78,106). Sum of RGB (Red+Green+Blue) = 161+78+106=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E6A is #5EB195. Grayscale: #696969. Windows color (decimal): -6205846 or 6966945. OLE color: 6966945.

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

Color convert

RGB 161 78 106 -
CMYK 0 0.52 0.34 0.37
HSL 339.76º 0.35% 0.47% -
HSV(B) 339.76º 0.52% 0.63% -
XYZ 20.02 14.07 15.3 -
YUV 106.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 161 78 106 0 0.52 0.34 0.37 339.76 0.35 0.47
Hex A1 4E 6A 0 34 22 25 154 23 2F
Octal 241 116 152 0 64 42 45 524 43 57
Binary 10100001 1001110 1101010 0 110100 100010 100101 101010100 100011 101111

Color Harmonies of #A14E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14E6A

Black with #A14E6A

Text Example


Text Example

White with #A14E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14E6A; }

 p { color: rgb(161,78,106); }

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

background-color css

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

 a { background-color: rgb(161,78,106); }

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

border-color css

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

 span { border-color: rgb(161,78,106); }

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