Html Css Color HEX #A6D5AB Chinook

📋 copy color: '#A6D5AB'

red 166 ◦ green 213 ◦ blue 171

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

Shades of Chinook #A6D5AB

Tints of Chinook #A6D5AB

RGB

 RED value IS 166 (65.23% from 255) = 30.18%

 GREEN value IS 213 (83.59% from 255) = 38.73%

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

R = 30.18%
G = 38.73%
B = 31.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#A6D5AB (or 0xA6D5AB) is known color: Chinook. HEX triplet: A6, D5 and AB. RGB value is (166,213,171). Sum of RGB (Red+Green+Blue) = 166+213+171=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D5AB is #592A54. Grayscale: #C2C2C2. Windows color (decimal): -5843541 or 11261350. OLE color: 11261350.

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

Color convert

RGB 166 213 171 -
CMYK 0.22 0 0.20 0.16
HSL 126.38º 0.36% 0.74% -
HSV(B) 126.38º 0.22% 0.84% -
XYZ 46.87 58.64 47.38 -
YUV 194.16 114.93 107.92 -
System Red Green Blue C M Y K H S L
Decimal 166 213 171 0.22 0 0.20 0.16 126.38 0.36 0.74
Hex A6 D5 AB 16 0 14 10 7E 24 4A
Octal 246 325 253 26 0 24 20 176 44 112
Binary 10100110 11010101 10101011 10110 0 10100 10000 1111110 100100 1001010

Color Harmonies of #A6D5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D5AB

Black with #A6D5AB

Text Example


Text Example

White with #A6D5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D5AB; }

 p { color: rgb(166,213,171); }

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

background-color css

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

 a { background-color: rgb(166,213,171); }

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

border-color css

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

 span { border-color: rgb(166,213,171); }

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