#A0BFA2

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

Shades of Chinook #A0BFA2

Tints of Chinook #A0BFA2

Color information

#A0BFA2 (or 0xA0BFA2) is unknown color: approx Chinook. HEX triplet: A0, BF and A2. RGB value is (160,191,162). Sum of RGB (Red+Green+Blue) = 160+191+162=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFA2 is #5F405D. Grayscale: #B2B2B2. Windows color (decimal): -6242398 or 10665888. OLE color: 10665888.

HSL color Cylindrical-coordinate representation of color #A0BFA2: hue angle of 123.87º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BFA2 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB160191162-
CMYK0.1600.150.25
HSL123.87º19.5%68.82%-
HSV(B)123.87º16.23%74.9%-
XYZ39.6547.3441.23-
YUV178.42118.73114.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 162 (63.67% from 255) = 31.58%
R=31.19%
G=37.23%
B=31.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911620.1600.150.25123.8719.568.82
HexA0BFA2100F197c1345
Octal240277242200173117423105
Binary1010000010111111101000101000001111110011111100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFA2; }

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

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

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

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

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

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

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

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