#A2CDAD

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

Shades of Chinook #A2CDAD

Tints of Chinook #A2CDAD

Color information

#A2CDAD (or 0xA2CDAD) is unknown color: approx Chinook. HEX triplet: A2, CD and AD. RGB value is (162,205,173). Sum of RGB (Red+Green+Blue) = 162+205+173=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CDAD is #5D3252. Grayscale: #BCBCBC. Windows color (decimal): -6107731 or 11390370. OLE color: 11390370.

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

Color convert

RGB162205173-
CMYK0.2100.160.20
HSL135.35º30.07%71.96%-
HSV(B)135.35º20.98%80.39%-
XYZ44.2754.3647.69-
YUV188.5119.25109.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=30%
G=37.96%
B=32.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051730.2100.160.20135.3530.0771.96
HexA2CDAD1501014871e48
Octal242315255250202420736110
Binary101000101100110110101101101010100001010010000111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CDAD; }

 p { color: rgb(162,205,173); }

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

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

 a { background-color: rgb(162,205,173); }

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

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

 span { border-color: rgb(162,205,173); }

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