Html Css Color HEX #A14A62 Cadillac

📋 copy color: '#A14A62'

red 161 ◦ green 74 ◦ blue 98

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

Shades of Cadillac #A14A62

Tints of Cadillac #A14A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

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

R = 48.35%
G = 22.22%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A14A62 (or 0xA14A62) is known color: Cadillac. HEX triplet: A1, 4A and 62. RGB value is (161,74,98). Sum of RGB (Red+Green+Blue) = 161+74+98=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A62 is #5EB59D. Grayscale: #666666. Windows color (decimal): -6206878 or 6441633. OLE color: 6441633.

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

Color convert

RGB 161 74 98 -
CMYK 0 0.54 0.39 0.37
HSL 343.45º 0.37% 0.46% -
HSV(B) 343.45º 0.54% 0.63% -
XYZ 19.35 13.36 13.11 -
YUV 102.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 161 74 98 0 0.54 0.39 0.37 343.45 0.37 0.46
Hex A1 4A 62 0 36 27 25 157 25 2E
Octal 241 112 142 0 66 47 45 527 45 56
Binary 10100001 1001010 1100010 0 110110 100111 100101 101010111 100101 101110

Color Harmonies of #A14A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14A62

Black with #A14A62

Text Example


Text Example

White with #A14A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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