Html Css Color HEX #A24960 Cadillac

📋 copy color: '#A24960'

red 162 ◦ green 73 ◦ blue 96

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

Shades of Cadillac #A24960

Tints of Cadillac #A24960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 48.94%
G = 22.05%
B = 29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A24960 (or 0xA24960) is known color: Cadillac. HEX triplet: A2, 49 and 60. RGB value is (162,73,96). Sum of RGB (Red+Green+Blue) = 162+73+96=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A24960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24960 is #5DB69F. Grayscale: #666666. Windows color (decimal): -6141600 or 6310306. OLE color: 6310306.

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

Color convert

RGB 162 73 96 -
CMYK 0 0.55 0.41 0.36
HSL 344.49º 0.38% 0.46% -
HSV(B) 344.49º 0.55% 0.64% -
XYZ 19.39 13.29 12.61 -
YUV 102.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 162 73 96 0 0.55 0.41 0.36 344.49 0.38 0.46
Hex A2 49 60 0 37 29 24 158 26 2E
Octal 242 111 140 0 67 51 44 530 46 56
Binary 10100010 1001001 1100000 0 110111 101001 100100 101011000 100110 101110

Color Harmonies of #A24960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24960

Black with #A24960

Text Example


Text Example

White with #A24960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24960; }

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

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

background-color css

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

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

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

border-color css

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

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

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