#9A476A

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

Shades of Cadillac #9A476A

Tints of Cadillac #9A476A

Color information

#9A476A (or 0x9A476A) is unknown color: approx Cadillac. HEX triplet: 9A, 47 and 6A. RGB value is (154,71,106). Sum of RGB (Red+Green+Blue) = 154+71+106=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A476A is #65B895. Grayscale: #636363. Windows color (decimal): -6666390 or 6965146. OLE color: 6965146.

HSL color Cylindrical-coordinate representation of color #9A476A: hue angle of 334.7º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A476A is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB15471106-
CMYK00.540.310.40
HSL334.7º36.89%44.12%-
HSV(B)334.7º53.9%60.39%-
XYZ18.1812.4215.07-
YUV99.81131.5166.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=46.53%
G=21.45%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547110600.540.310.40334.736.8944.12
Hex9A476A0361F2814f252c
Octal23210715206637505174554
Binary1001101010001111101010011011011111101000101001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A476A; }

 p { color: rgb(154,71,106); }

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

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

 a { background-color: rgb(154,71,106); }

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

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

 span { border-color: rgb(154,71,106); }

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