Html Css Color HEX #A24A66 Cadillac

📋 copy color: '#A24A66'

red 162 ◦ green 74 ◦ blue 102

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

Shades of Cadillac #A24A66

Tints of Cadillac #A24A66

RGB

 RED value IS 162 (63.67% from 255) = 47.93%

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

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 47.93%
G = 21.89%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A24A66 (or 0xA24A66) is known color: Cadillac. HEX triplet: A2, 4A and 66. RGB value is (162,74,102). Sum of RGB (Red+Green+Blue) = 162+74+102=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A66 is #5DB599. Grayscale: #676767. Windows color (decimal): -6141338 or 6703778. OLE color: 6703778.

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

Color convert

RGB 162 74 102 -
CMYK 0 0.54 0.37 0.36
HSL 340.91º 0.37% 0.46% -
HSV(B) 340.91º 0.54% 0.64% -
XYZ 19.75 13.54 14.14 -
YUV 103.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 162 74 102 0 0.54 0.37 0.36 340.91 0.37 0.46
Hex A2 4A 66 0 36 25 24 155 25 2E
Octal 242 112 146 0 66 45 44 525 45 56
Binary 10100010 1001010 1100110 0 110110 100101 100100 101010101 100101 101110

Color Harmonies of #A24A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A66

Black with #A24A66

Text Example


Text Example

White with #A24A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A66; }

 p { color: rgb(162,74,102); }

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

background-color css

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

 a { background-color: rgb(162,74,102); }

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

border-color css

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

 span { border-color: rgb(162,74,102); }

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