#A0CFAF

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

Shades of Chinook #A0CFAF

Tints of Chinook #A0CFAF

Color information

#A0CFAF (or 0xA0CFAF) is unknown color: approx Chinook. HEX triplet: A0, CF and AF. RGB value is (160,207,175). Sum of RGB (Red+Green+Blue) = 160+207+175=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CFAF is #5F3050. Grayscale: #BDBDBD. Windows color (decimal): -6238289 or 11521952. OLE color: 11521952.

HSL color Cylindrical-coordinate representation of color #A0CFAF: hue angle of 139.15º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFAF is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB160207175-
CMYK0.2300.150.19
HSL139.15º32.87%71.96%-
HSV(B)139.15º22.71%81.18%-
XYZ44.5555.1948.86-
YUV189.3119.93107.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.52%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=29.52%
G=38.19%
B=32.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071750.2300.150.19139.1532.8771.96
HexA0CFAF170F138b2148
Octal240317257270172321341110
Binary101000001100111110101111101110111110011100010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFAF; }

 p { color: rgb(160,207,175); }

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

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

 a { background-color: rgb(160,207,175); }

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

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

 span { border-color: rgb(160,207,175); }

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