Html Css Color HEX #A24860 Cadillac

📋 copy color: '#A24860'

red 162 ◦ green 72 ◦ blue 96

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

Shades of Cadillac #A24860

Tints of Cadillac #A24860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 49.09%
G = 21.82%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A24860 (or 0xA24860) is known color: Cadillac. HEX triplet: A2, 48 and 60. RGB value is (162,72,96). Sum of RGB (Red+Green+Blue) = 162+72+96=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A24860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24860 is #5DB79F. Grayscale: #656565. Windows color (decimal): -6141856 or 6310050. OLE color: 6310050.

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

Color convert

RGB 162 72 96 -
CMYK 0 0.56 0.41 0.36
HSL 344º 0.38% 0.46% -
HSV(B) 344º 0.56% 0.64% -
XYZ 19.33 13.16 12.59 -
YUV 101.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 162 72 96 0 0.56 0.41 0.36 344 0.38 0.46
Hex A2 48 60 0 38 29 24 158 26 2E
Octal 242 110 140 0 70 51 44 530 46 56
Binary 10100010 1001000 1100000 0 111000 101001 100100 101011000 100110 101110

Color Harmonies of #A24860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24860

Black with #A24860

Text Example


Text Example

White with #A24860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24860; }

 p { color: rgb(162,72,96); }

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

background-color css

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

 a { background-color: rgb(162,72,96); }

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

border-color css

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

 span { border-color: rgb(162,72,96); }

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