#A3CFAA

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

Shades of Chinook #A3CFAA

Tints of Chinook #A3CFAA

Color information

#A3CFAA (or 0xA3CFAA) is unknown color: approx Chinook. HEX triplet: A3, CF and AA. RGB value is (163,207,170). Sum of RGB (Red+Green+Blue) = 163+207+170=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CFAA is #5C3055. Grayscale: #BDBDBD. Windows color (decimal): -6041686 or 11194275. OLE color: 11194275.

HSL color Cylindrical-coordinate representation of color #A3CFAA: hue angle of 129.55º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CFAA is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB163207170-
CMYK0.2100.180.19
HSL129.55º31.43%72.55%-
HSV(B)129.55º21.26%81.18%-
XYZ44.6755.3146.35-
YUV189.63116.92109.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.19%
GREEN value IS 207 (81.25% from 255) = 38.33%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=30.19%
G=38.33%
B=31.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632071700.2100.180.19129.5531.4372.55
HexA3CFAA1501213821f49
Octal243317252250222320237111
Binary101000111100111110101010101010100101001110000010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CFAA; }

 p { color: rgb(163,207,170); }

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

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

 a { background-color: rgb(163,207,170); }

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

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

 span { border-color: rgb(163,207,170); }

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