Html Css Color HEX #A04868 Cadillac

📋 copy color: '#A04868'

red 160 ◦ green 72 ◦ blue 104

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

Shades of Cadillac #A04868

Tints of Cadillac #A04868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 47.62%
G = 21.43%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A04868 (or 0xA04868) is known color: Cadillac. HEX triplet: A0, 48 and 68. RGB value is (160,72,104). Sum of RGB (Red+Green+Blue) = 160+72+104=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A04868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04868 is #5FB797. Grayscale: #656565. Windows color (decimal): -6272920 or 6834336. OLE color: 6834336.

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

Color convert

RGB 160 72 104 -
CMYK 0 0.55 0.35 0.37
HSL 338.18º 0.38% 0.45% -
HSV(B) 338.18º 0.55% 0.63% -
XYZ 19.31 13.11 14.61 -
YUV 101.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 160 72 104 0 0.55 0.35 0.37 338.18 0.38 0.45
Hex A0 48 68 0 37 23 25 152 26 2D
Octal 240 110 150 0 67 43 45 522 46 55
Binary 10100000 1001000 1101000 0 110111 100011 100101 101010010 100110 101101

Color Harmonies of #A04868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04868

Black with #A04868

Text Example


Text Example

White with #A04868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04868; }

 p { color: rgb(160,72,104); }

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

background-color css

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

 a { background-color: rgb(160,72,104); }

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

border-color css

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

 span { border-color: rgb(160,72,104); }

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