Html Css Color HEX #A24863 Cadillac

📋 copy color: '#A24863'

red 162 ◦ green 72 ◦ blue 99

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

Shades of Cadillac #A24863

Tints of Cadillac #A24863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 48.65%
G = 21.62%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A24863 (or 0xA24863) is known color: Cadillac. HEX triplet: A2, 48 and 63. RGB value is (162,72,99). Sum of RGB (Red+Green+Blue) = 162+72+99=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A24863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24863 is #5DB79C. Grayscale: #656565. Windows color (decimal): -6141853 or 6506658. OLE color: 6506658.

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

Color convert

RGB 162 72 99 -
CMYK 0 0.56 0.39 0.36
HSL 342º 0.38% 0.46% -
HSV(B) 342º 0.56% 0.64% -
XYZ 19.47 13.22 13.33 -
YUV 101.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 162 72 99 0 0.56 0.39 0.36 342 0.38 0.46
Hex A2 48 63 0 38 27 24 156 26 2E
Octal 242 110 143 0 70 47 44 526 46 56
Binary 10100010 1001000 1100011 0 111000 100111 100100 101010110 100110 101110

Color Harmonies of #A24863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24863

Black with #A24863

Text Example


Text Example

White with #A24863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24863; }

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

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

background-color css

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

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

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

border-color css

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

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

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