#A44E67

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

Shades of Cadillac #A44E67

Tints of Cadillac #A44E67

Color information

#A44E67 (or 0xA44E67) is unknown color: approx Cadillac. HEX triplet: A4, 4E and 67. RGB value is (164,78,103). Sum of RGB (Red+Green+Blue) = 164+78+103=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E67 is #5BB198. Grayscale: #6A6A6A. Windows color (decimal): -6009241 or 6770340. OLE color: 6770340.

HSL color Cylindrical-coordinate representation of color #A44E67: hue angle of 342.56º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44E67 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16478103-
CMYK00.520.370.36
HSL342.56º35.54%47.45%-
HSV(B)342.56º52.44%64.31%-
XYZ20.4814.3214.52-
YUV106.56125.99168.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=47.54%
G=22.61%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647810300.520.370.36342.5635.5447.45
HexA44E670342524157242f
Octal24411614706445445274457
Binary10100100100111011001110110100100101100100101010111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E67; }

 p { color: rgb(164,78,103); }

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

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

 a { background-color: rgb(164,78,103); }

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

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

 span { border-color: rgb(164,78,103); }

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