Html Css Color HEX #A24C68 Cadillac

📋 copy color: '#A24C68'

red 162 ◦ green 76 ◦ blue 104

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

Shades of Cadillac #A24C68

Tints of Cadillac #A24C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 47.37%
G = 22.22%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A24C68 (or 0xA24C68) is known color: Cadillac. HEX triplet: A2, 4C and 68. RGB value is (162,76,104). Sum of RGB (Red+Green+Blue) = 162+76+104=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C68 is #5DB397. Grayscale: #686868. Windows color (decimal): -6140824 or 6835362. OLE color: 6835362.

HSL color Cylindrical-coordinate representation of color #A24C68: hue angle of 340.47º 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 #A24C68 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 76 104 -
CMYK 0 0.53 0.36 0.36
HSL 340.47º 0.36% 0.47% -
HSV(B) 340.47º 0.53% 0.64% -
XYZ 19.98 13.85 14.72 -
YUV 104.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 162 76 104 0 0.53 0.36 0.36 340.47 0.36 0.47
Hex A2 4C 68 0 35 24 24 154 24 2F
Octal 242 114 150 0 65 44 44 524 44 57
Binary 10100010 1001100 1101000 0 110101 100100 100100 101010100 100100 101111

Color Harmonies of #A24C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C68

Black with #A24C68

Text Example


Text Example

White with #A24C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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