#A0CFA2

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

Shades of Chinook #A0CFA2

Tints of Chinook #A0CFA2

Color information

#A0CFA2 (or 0xA0CFA2) is unknown color: approx Chinook. HEX triplet: A0, CF and A2. RGB value is (160,207,162). Sum of RGB (Red+Green+Blue) = 160+207+162=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CFA2 is #5F305D. Grayscale: #BBBBBB. Windows color (decimal): -6238302 or 10669984. OLE color: 10669984.

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

Color convert

RGB160207162-
CMYK0.2300.220.19
HSL122.55º32.87%71.96%-
HSV(B)122.55º22.71%81.18%-
XYZ43.3354.7142.46-
YUV187.82113.43108.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 207 (81.25% from 255) = 39.13%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=30.25%
G=39.13%
B=30.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071620.2300.220.19122.5532.8771.96
HexA0CFA217016137b2148
Octal240317242270262317341110
Binary101000001100111110100010101110101101001111110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFA2; }

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

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

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

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

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

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

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

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