Html Css Color HEX #A04F6D Cadillac

📋 copy color: '#A04F6D'

red 160 ◦ green 79 ◦ blue 109

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

Shades of Cadillac #A04F6D

Tints of Cadillac #A04F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 45.98%
G = 22.7%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A04F6D (or 0xA04F6D) is known color: Cadillac. HEX triplet: A0, 4F and 6D. RGB value is (160,79,109). Sum of RGB (Red+Green+Blue) = 160+79+109=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F6D is #5FB092. Grayscale: #6A6A6A. Windows color (decimal): -6271123 or 7163808. OLE color: 7163808.

HSL color Cylindrical-coordinate representation of color #A04F6D: hue angle of 337.78º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F6D is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 79 109 -
CMYK 0 0.51 0.32 0.37
HSL 337.78º 0.34% 0.47% -
HSV(B) 337.78º 0.51% 0.63% -
XYZ 20.05 14.17 16.15 -
YUV 106.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 160 79 109 0 0.51 0.32 0.37 337.78 0.34 0.47
Hex A0 4F 6D 0 33 20 25 152 22 2F
Octal 240 117 155 0 63 40 45 522 42 57
Binary 10100000 1001111 1101101 0 110011 100000 100101 101010010 100010 101111

Color Harmonies of #A04F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F6D

Black with #A04F6D

Text Example


Text Example

White with #A04F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F6D; }

 p { color: rgb(160,79,109); }

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

background-color css

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

 a { background-color: rgb(160,79,109); }

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

border-color css

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

 span { border-color: rgb(160,79,109); }

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