Html Css Color HEX #A24C66 Cadillac

📋 copy color: '#A24C66'

red 162 ◦ green 76 ◦ blue 102

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

Shades of Cadillac #A24C66

Tints of Cadillac #A24C66

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 47.65%
G = 22.35%
B = 30%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A24C66 (or 0xA24C66) is known color: Cadillac. HEX triplet: A2, 4C and 66. RGB value is (162,76,102). Sum of RGB (Red+Green+Blue) = 162+76+102=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C66 is #5DB399. Grayscale: #686868. Windows color (decimal): -6140826 or 6704290. OLE color: 6704290.

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

Color convert

RGB 162 76 102 -
CMYK 0 0.53 0.37 0.36
HSL 341.86º 0.36% 0.47% -
HSV(B) 341.86º 0.53% 0.64% -
XYZ 19.88 13.81 14.19 -
YUV 104.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 162 76 102 0 0.53 0.37 0.36 341.86 0.36 0.47
Hex A2 4C 66 0 35 25 24 156 24 2F
Octal 242 114 146 0 65 45 44 526 44 57
Binary 10100010 1001100 1100110 0 110101 100101 100100 101010110 100100 101111

Color Harmonies of #A24C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C66

Black with #A24C66

Text Example


Text Example

White with #A24C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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