Html Css Color HEX #A14B62 Cadillac

📋 copy color: '#A14B62'

red 161 ◦ green 75 ◦ blue 98

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

Shades of Cadillac #A14B62

Tints of Cadillac #A14B62

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 48.2%
G = 22.46%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A14B62 (or 0xA14B62) is known color: Cadillac. HEX triplet: A1, 4B and 62. RGB value is (161,75,98). Sum of RGB (Red+Green+Blue) = 161+75+98=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14B62 is #5EB49D. Grayscale: #676767. Windows color (decimal): -6206622 or 6441889. OLE color: 6441889.

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

Color convert

RGB 161 75 98 -
CMYK 0 0.53 0.39 0.37
HSL 343.95º 0.36% 0.46% -
HSV(B) 343.95º 0.53% 0.63% -
XYZ 19.42 13.49 13.14 -
YUV 103.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 161 75 98 0 0.53 0.39 0.37 343.95 0.36 0.46
Hex A1 4B 62 0 35 27 25 158 24 2E
Octal 241 113 142 0 65 47 45 530 44 56
Binary 10100001 1001011 1100010 0 110101 100111 100101 101011000 100100 101110

Color Harmonies of #A14B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14B62

Black with #A14B62

Text Example


Text Example

White with #A14B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14B62; }

 p { color: rgb(161,75,98); }

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

background-color css

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

 a { background-color: rgb(161,75,98); }

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

border-color css

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

 span { border-color: rgb(161,75,98); }

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