Html Css Color HEX #A04D6F Cadillac

📋 copy color: '#A04D6F'

red 160 ◦ green 77 ◦ blue 111

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

Shades of Cadillac #A04D6F

Tints of Cadillac #A04D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 45.98%
G = 22.13%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A04D6F (or 0xA04D6F) is known color: Cadillac. HEX triplet: A0, 4D and 6F. RGB value is (160,77,111). Sum of RGB (Red+Green+Blue) = 160+77+111=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D6F is #5FB290. Grayscale: #696969. Windows color (decimal): -6271633 or 7294368. OLE color: 7294368.

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

Color convert

RGB 160 77 111 -
CMYK 0 0.52 0.31 0.37
HSL 335.42º 0.35% 0.46% -
HSV(B) 335.42º 0.52% 0.63% -
XYZ 20.02 13.93 16.67 -
YUV 105.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 160 77 111 0 0.52 0.31 0.37 335.42 0.35 0.46
Hex A0 4D 6F 0 34 1F 25 14F 23 2E
Octal 240 115 157 0 64 37 45 517 43 56
Binary 10100000 1001101 1101111 0 110100 11111 100101 101001111 100011 101110

Color Harmonies of #A04D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D6F

Black with #A04D6F

Text Example


Text Example

White with #A04D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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