#A5506B

Color #A5506B Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #A5506B

Tints of Cadillac #A5506B

Color information

#A5506B (or 0xA5506B) is unknown color: approx Cadillac. HEX triplet: A5, 50 and 6B. RGB value is (165,80,107). Sum of RGB (Red+Green+Blue) = 165+80+107=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A5506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5506B is #5AAF94. Grayscale: #6C6C6C. Windows color (decimal): -5943189 or 7032997. OLE color: 7032997.

HSL color Cylindrical-coordinate representation of color #A5506B: hue angle of 340.94º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5506B is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16580107-
CMYK00.520.350.35
HSL340.94º34.69%48.04%-
HSV(B)340.94º51.52%64.71%-
XYZ21.0414.815.66-
YUV108.49127.16168.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=46.88%
G=22.73%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658010700.520.350.35340.9434.6948.04
HexA5506B03423231552330
Octal24512015306443435254360
Binary10100101101000011010110110100100011100011101010101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5506B; }

 p { color: rgb(165,80,107); }

 H1.HeaderClassName
 {
   color: #A5506B;
 }
 .AnyTagClassName
 {
   color: #A5506B;
 }
</style>
background-color css

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

 a { background-color: rgb(165,80,107); }

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

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

 span { border-color: rgb(165,80,107); }

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