Html Css Color HEX #A04C63 Cadillac

📋 copy color: '#A04C63'

red 160 ◦ green 76 ◦ blue 99

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

Shades of Cadillac #A04C63

Tints of Cadillac #A04C63

RGB

 RED value IS 160 (62.89% from 255) = 47.76%

 GREEN value IS 76 (30.08% from 255) = 22.69%

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

R = 47.76%
G = 22.69%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A04C63 (or 0xA04C63) is known color: Cadillac. HEX triplet: A0, 4C and 63. RGB value is (160,76,99). Sum of RGB (Red+Green+Blue) = 160+76+99=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C63 is #5FB39C. Grayscale: #676767. Windows color (decimal): -6271901 or 6507680. OLE color: 6507680.

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

Color convert

RGB 160 76 99 -
CMYK 0 0.52 0.38 0.37
HSL 343.57º 0.36% 0.46% -
HSV(B) 343.57º 0.53% 0.63% -
XYZ 19.33 13.54 13.4 -
YUV 103.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 160 76 99 0 0.52 0.38 0.37 343.57 0.36 0.46
Hex A0 4C 63 0 34 26 25 158 24 2E
Octal 240 114 143 0 64 46 45 530 44 56
Binary 10100000 1001100 1100011 0 110100 100110 100101 101011000 100100 101110

Color Harmonies of #A04C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C63

Black with #A04C63

Text Example


Text Example

White with #A04C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C63; }

 p { color: rgb(160,76,99); }

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

background-color css

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

 a { background-color: rgb(160,76,99); }

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

border-color css

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

 span { border-color: rgb(160,76,99); }

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