Html Css Color HEX #A1DCAD Chinook

📋 copy color: '#A1DCAD'

red 161 ◦ green 220 ◦ blue 173

#A1DCAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #A1DCAD

Tints of Chinook #A1DCAD

RGB

 RED value IS 161 (63.28% from 255) = 29.06%

 GREEN value IS 220 (86.33% from 255) = 39.71%

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 29.06%
G = 39.71%
B = 31.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#A1DCAD (or 0xA1DCAD) is known color: Chinook. HEX triplet: A1, DC and AD. RGB value is (161,220,173). Sum of RGB (Red+Green+Blue) = 161+220+173=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCAD is #5E2352. Grayscale: #C5C5C5. Windows color (decimal): -6169427 or 11394209. OLE color: 11394209.

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

Color convert

RGB 161 220 173 -
CMYK 0.27 0 0.21 0.14
HSL 132.2º 0.46% 0.75% -
HSV(B) 132.2º 0.27% 0.86% -
XYZ 47.83 61.78 48.94 -
YUV 197 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 161 220 173 0.27 0 0.21 0.14 132.2 0.46 0.75
Hex A1 DC AD 1B 0 15 E 84 2E 4B
Octal 241 334 255 33 0 25 16 204 56 113
Binary 10100001 11011100 10101101 11011 0 10101 1110 10000100 101110 1001011

Color Harmonies of #A1DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCAD

Black with #A1DCAD

Text Example


Text Example

White with #A1DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCAD; }

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

 H1.HeaderClassName
 {
   color: #A1DCAD;
 }
 .AnyTagClassName
 {
   color: #A1DCAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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