Html Css Color HEX #A6D6AD Chinook

📋 copy color: '#A6D6AD'

red 166 ◦ green 214 ◦ blue 173

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

Shades of Chinook #A6D6AD

Tints of Chinook #A6D6AD

RGB

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

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

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

R = 30.02%
G = 38.7%
B = 31.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#A6D6AD (or 0xA6D6AD) is known color: Chinook. HEX triplet: A6, D6 and AD. RGB value is (166,214,173). Sum of RGB (Red+Green+Blue) = 166+214+173=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D6AD is #592952. Grayscale: #C3C3C3. Windows color (decimal): -5843283 or 11392678. OLE color: 11392678.

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

Color convert

RGB 166 214 173 -
CMYK 0.22 0 0.19 0.16
HSL 128.75º 0.37% 0.75% -
HSV(B) 128.75º 0.22% 0.84% -
XYZ 47.32 59.22 48.47 -
YUV 194.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 166 214 173 0.22 0 0.19 0.16 128.75 0.37 0.75
Hex A6 D6 AD 16 0 13 10 81 25 4B
Octal 246 326 255 26 0 23 20 201 45 113
Binary 10100110 11010110 10101101 10110 0 10011 10000 10000001 100101 1001011

Color Harmonies of #A6D6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D6AD

Black with #A6D6AD

Text Example


Text Example

White with #A6D6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D6AD; }

 p { color: rgb(166,214,173); }

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

background-color css

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

 a { background-color: rgb(166,214,173); }

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

border-color css

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

 span { border-color: rgb(166,214,173); }

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