#A4CDAB

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

Shades of Chinook #A4CDAB

Tints of Chinook #A4CDAB

Color information

#A4CDAB (or 0xA4CDAB) is unknown color: approx Chinook. HEX triplet: A4, CD and AB. RGB value is (164,205,171). Sum of RGB (Red+Green+Blue) = 164+205+171=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CDAB is #5B3254. Grayscale: #BCBCBC. Windows color (decimal): -5976661 or 11259300. OLE color: 11259300.

HSL color Cylindrical-coordinate representation of color #A4CDAB: hue angle of 130.24º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDAB is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB164205171-
CMYK0.200.170.20
HSL130.24º29.08%72.35%-
HSV(B)130.24º20%80.39%-
XYZ44.4954.546.7-
YUV188.86117.92110.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=30.37%
G=37.96%
B=31.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051710.200.170.20130.2429.0872.35
HexA4CDAB1401114821d48
Octal244315253240212420235110
Binary101001001100110110101011101000100011010010000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDAB; }

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

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

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

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

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

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

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

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