Html Css Color HEX #A1D6AB Chinook

📋 copy color: '#A1D6AB'

red 161 ◦ green 214 ◦ blue 171

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

Shades of Chinook #A1D6AB

Tints of Chinook #A1D6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.19%

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 29.49%
G = 39.19%
B = 31.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#A1D6AB (or 0xA1D6AB) is known color: Chinook. HEX triplet: A1, D6 and AB. RGB value is (161,214,171). Sum of RGB (Red+Green+Blue) = 161+214+171=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D6AB is #5E2954. Grayscale: #C1C1C1. Windows color (decimal): -6170965 or 11261601. OLE color: 11261601.

HSL color Cylindrical-coordinate representation of color #A1D6AB: hue angle of 131.32º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D6AB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 171 -
CMYK 0.25 0 0.20 0.16
HSL 131.32º 0.39% 0.74% -
HSV(B) 131.32º 0.25% 0.84% -
XYZ 46.1 58.61 47.41 -
YUV 193.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 161 214 171 0.25 0 0.20 0.16 131.32 0.39 0.74
Hex A1 D6 AB 19 0 14 10 83 27 4A
Octal 241 326 253 31 0 24 20 203 47 112
Binary 10100001 11010110 10101011 11001 0 10100 10000 10000011 100111 1001010

Color Harmonies of #A1D6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D6AB

Black with #A1D6AB

Text Example


Text Example

White with #A1D6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D6AB; }

 p { color: rgb(161,214,171); }

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

background-color css

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

 a { background-color: rgb(161,214,171); }

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

border-color css

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

 span { border-color: rgb(161,214,171); }

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