Html Css Color HEX #A04B6D Cadillac

📋 copy color: '#A04B6D'

red 160 ◦ green 75 ◦ blue 109

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

Shades of Cadillac #A04B6D

Tints of Cadillac #A04B6D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.8%

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

R = 46.51%
G = 21.8%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A04B6D (or 0xA04B6D) is known color: Cadillac. HEX triplet: A0, 4B and 6D. RGB value is (160,75,109). Sum of RGB (Red+Green+Blue) = 160+75+109=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B6D is #5FB492. Grayscale: #686868. Windows color (decimal): -6272147 or 7162784. OLE color: 7162784.

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

Color convert

RGB 160 75 109 -
CMYK 0 0.53 0.32 0.37
HSL 336º 0.36% 0.46% -
HSV(B) 336º 0.53% 0.63% -
XYZ 19.77 13.61 16.05 -
YUV 104.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 160 75 109 0 0.53 0.32 0.37 336 0.36 0.46
Hex A0 4B 6D 0 35 20 25 150 24 2E
Octal 240 113 155 0 65 40 45 520 44 56
Binary 10100000 1001011 1101101 0 110101 100000 100101 101010000 100100 101110

Color Harmonies of #A04B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B6D

Black with #A04B6D

Text Example


Text Example

White with #A04B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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