#A3CFAD

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

Shades of Chinook #A3CFAD

Tints of Chinook #A3CFAD

Color information

#A3CFAD (or 0xA3CFAD) is unknown color: approx Chinook. HEX triplet: A3, CF and AD. RGB value is (163,207,173). Sum of RGB (Red+Green+Blue) = 163+207+173=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CFAD is #5C3052. Grayscale: #BEBEBE. Windows color (decimal): -6041683 or 11390883. OLE color: 11390883.

HSL color Cylindrical-coordinate representation of color #A3CFAD: hue angle of 133.64º 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 #A3CFAD is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB163207173-
CMYK0.2100.160.19
HSL133.64º31.43%72.55%-
HSV(B)133.64º21.26%81.18%-
XYZ44.9655.4347.86-
YUV189.97118.42108.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 207 (81.25% from 255) = 38.12%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=30.02%
G=38.12%
B=31.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632071730.2100.160.19133.6431.4372.55
HexA3CFAD1501013861f49
Octal243317255250202320637111
Binary101000111100111110101101101010100001001110000110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CFAD; }

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

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

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

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

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

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

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

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