Html Css Color HEX #A24D6C Cadillac

📋 copy color: '#A24D6C'

red 162 ◦ green 77 ◦ blue 108

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

Shades of Cadillac #A24D6C

Tints of Cadillac #A24D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.19%

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 46.69%
G = 22.19%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A24D6C (or 0xA24D6C) is known color: Cadillac. HEX triplet: A2, 4D and 6C. RGB value is (162,77,108). Sum of RGB (Red+Green+Blue) = 162+77+108=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D6C is #5DB293. Grayscale: #696969. Windows color (decimal): -6140564 or 7097762. OLE color: 7097762.

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

Color convert

RGB 162 77 108 -
CMYK 0 0.52 0.33 0.36
HSL 338.12º 0.36% 0.47% -
HSV(B) 338.12º 0.52% 0.64% -
XYZ 20.26 14.07 15.84 -
YUV 105.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 162 77 108 0 0.52 0.33 0.36 338.12 0.36 0.47
Hex A2 4D 6C 0 34 21 24 152 24 2F
Octal 242 115 154 0 64 41 44 522 44 57
Binary 10100010 1001101 1101100 0 110100 100001 100100 101010010 100100 101111

Color Harmonies of #A24D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D6C

Black with #A24D6C

Text Example


Text Example

White with #A24D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D6C; }

 p { color: rgb(162,77,108); }

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

background-color css

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

 a { background-color: rgb(162,77,108); }

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

border-color css

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

 span { border-color: rgb(162,77,108); }

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