#A3DCAD

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

Shades of Chinook #A3DCAD

Tints of Chinook #A3DCAD

Color information

#A3DCAD (or 0xA3DCAD) is unknown color: approx Chinook. HEX triplet: A3, DC and AD. RGB value is (163,220,173). Sum of RGB (Red+Green+Blue) = 163+220+173=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DCAD is #5C2352. Grayscale: #C5C5C5. Windows color (decimal): -6038355 or 11394211. OLE color: 11394211.

HSL color Cylindrical-coordinate representation of color #A3DCAD: hue angle of 130.53º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DCAD is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB163220173-
CMYK0.2600.210.14
HSL130.53º44.88%75.1%-
HSV(B)130.53º25.91%86.27%-
XYZ48.2461.9948.96-
YUV197.6114.12103.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.32%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=29.32%
G=39.57%
B=31.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632201730.2600.210.14130.5344.8875.1
HexA3DCAD1A015E832d4b
Octal243334255320251620355113
Binary101000111101110010101101110100101011110100000111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DCAD; }

 p { color: rgb(163,220,173); }

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

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

 a { background-color: rgb(163,220,173); }

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

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

 span { border-color: rgb(163,220,173); }

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