Html Css Color HEX #A04D71 Cadillac

📋 copy color: '#A04D71'

red 160 ◦ green 77 ◦ blue 113

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

Shades of Cadillac #A04D71

Tints of Cadillac #A04D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 45.71%
G = 22%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A04D71 (or 0xA04D71) is known color: Cadillac. HEX triplet: A0, 4D and 71. RGB value is (160,77,113). Sum of RGB (Red+Green+Blue) = 160+77+113=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D71 is #5FB28E. Grayscale: #696969. Windows color (decimal): -6271631 or 7425440. OLE color: 7425440.

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

Color convert

RGB 160 77 113 -
CMYK 0 0.52 0.29 0.37
HSL 333.98º 0.35% 0.46% -
HSV(B) 333.98º 0.52% 0.63% -
XYZ 20.13 13.97 17.26 -
YUV 105.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 160 77 113 0 0.52 0.29 0.37 333.98 0.35 0.46
Hex A0 4D 71 0 34 1D 25 14E 23 2E
Octal 240 115 161 0 64 35 45 516 43 56
Binary 10100000 1001101 1110001 0 110100 11101 100101 101001110 100011 101110

Color Harmonies of #A04D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D71

Black with #A04D71

Text Example


Text Example

White with #A04D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D71; }

 p { color: rgb(160,77,113); }

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

background-color css

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

 a { background-color: rgb(160,77,113); }

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

border-color css

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

 span { border-color: rgb(160,77,113); }

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