#A4CEAB

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

Shades of Chinook #A4CEAB

Tints of Chinook #A4CEAB

Color information

#A4CEAB (or 0xA4CEAB) is unknown color: approx Chinook. HEX triplet: A4, CE and AB. RGB value is (164,206,171). Sum of RGB (Red+Green+Blue) = 164+206+171=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CEAB is #5B3154. Grayscale: #BDBDBD. Windows color (decimal): -5976405 or 11259556. OLE color: 11259556.

HSL color Cylindrical-coordinate representation of color #A4CEAB: hue angle of 130º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CEAB is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB164206171-
CMYK0.2000.170.19
HSL130º30%72.55%-
HSV(B)130º20.39%80.78%-
XYZ44.7354.9846.78-
YUV189.45117.59109.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=30.31%
G=38.08%
B=31.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061710.2000.170.191303072.55
HexA4CEAB1401113821e49
Octal244316253240212320236111
Binary101001001100111010101011101000100011001110000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEAB; }

 p { color: rgb(164,206,171); }

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

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

 a { background-color: rgb(164,206,171); }

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

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

 span { border-color: rgb(164,206,171); }

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