Html Css Color HEX #A14E6D Cadillac

📋 copy color: '#A14E6D'

red 161 ◦ green 78 ◦ blue 109

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

Shades of Cadillac #A14E6D

Tints of Cadillac #A14E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 46.26%
G = 22.41%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A14E6D (or 0xA14E6D) is known color: Cadillac. HEX triplet: A1, 4E and 6D. RGB value is (161,78,109). Sum of RGB (Red+Green+Blue) = 161+78+109=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E6D is #5EB192. Grayscale: #6A6A6A. Windows color (decimal): -6205843 or 7163553. OLE color: 7163553.

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

Color convert

RGB 161 78 109 -
CMYK 0 0.52 0.32 0.37
HSL 337.59º 0.35% 0.47% -
HSV(B) 337.59º 0.52% 0.63% -
XYZ 20.18 14.13 16.13 -
YUV 106.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 161 78 109 0 0.52 0.32 0.37 337.59 0.35 0.47
Hex A1 4E 6D 0 34 20 25 152 23 2F
Octal 241 116 155 0 64 40 45 522 43 57
Binary 10100001 1001110 1101101 0 110100 100000 100101 101010010 100011 101111

Color Harmonies of #A14E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14E6D

Black with #A14E6D

Text Example


Text Example

White with #A14E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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