Html Css Color HEX #A24D62 Cadillac

📋 copy color: '#A24D62'

red 162 ◦ green 77 ◦ blue 98

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

Shades of Cadillac #A24D62

Tints of Cadillac #A24D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.08%

R = 48.07%
G = 22.85%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A24D62 (or 0xA24D62) is known color: Cadillac. HEX triplet: A2, 4D and 62. RGB value is (162,77,98). Sum of RGB (Red+Green+Blue) = 162+77+98=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D62 is #5DB29D. Grayscale: #686868. Windows color (decimal): -6140574 or 6442402. OLE color: 6442402.

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

Color convert

RGB 162 77 98 -
CMYK 0 0.52 0.40 0.36
HSL 345.18º 0.36% 0.47% -
HSV(B) 345.18º 0.52% 0.64% -
XYZ 19.76 13.87 13.19 -
YUV 104.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 162 77 98 0 0.52 0.40 0.36 345.18 0.36 0.47
Hex A2 4D 62 0 34 28 24 159 24 2F
Octal 242 115 142 0 64 50 44 531 44 57
Binary 10100010 1001101 1100010 0 110100 101000 100100 101011001 100100 101111

Color Harmonies of #A24D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D62

Black with #A24D62

Text Example


Text Example

White with #A24D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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