Html Css Color HEX #A04C6C Cadillac

📋 copy color: '#A04C6C'

red 160 ◦ green 76 ◦ blue 108

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

Shades of Cadillac #A04C6C

Tints of Cadillac #A04C6C

RGB

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

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

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

R = 46.51%
G = 22.09%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A04C6C (or 0xA04C6C) is known color: Cadillac. HEX triplet: A0, 4C and 6C. RGB value is (160,76,108). Sum of RGB (Red+Green+Blue) = 160+76+108=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C6C is #5FB393. Grayscale: #686868. Windows color (decimal): -6271892 or 7097504. OLE color: 7097504.

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

Color convert

RGB 160 76 108 -
CMYK 0 0.52 0.32 0.37
HSL 337.14º 0.36% 0.46% -
HSV(B) 337.14º 0.53% 0.63% -
XYZ 19.79 13.73 15.79 -
YUV 104.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 160 76 108 0 0.52 0.32 0.37 337.14 0.36 0.46
Hex A0 4C 6C 0 34 20 25 151 24 2E
Octal 240 114 154 0 64 40 45 521 44 56
Binary 10100000 1001100 1101100 0 110100 100000 100101 101010001 100100 101110

Color Harmonies of #A04C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C6C

Black with #A04C6C

Text Example


Text Example

White with #A04C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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