Html Css Color HEX #A6D2AD Chinook

📋 copy color: '#A6D2AD'

red 166 ◦ green 210 ◦ blue 173

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

Shades of Chinook #A6D2AD

Tints of Chinook #A6D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.25%

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

R = 30.24%
G = 38.25%
B = 31.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#A6D2AD (or 0xA6D2AD) is known color: Chinook. HEX triplet: A6, D2 and AD. RGB value is (166,210,173). Sum of RGB (Red+Green+Blue) = 166+210+173=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D2AD is #592D52. Grayscale: #C0C0C0. Windows color (decimal): -5844307 or 11391654. OLE color: 11391654.

HSL color Cylindrical-coordinate representation of color #A6D2AD: hue angle of 129.55º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D2AD is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 210 173 -
CMYK 0.21 0 0.18 0.18
HSL 129.55º 0.33% 0.74% -
HSV(B) 129.55º 0.21% 0.82% -
XYZ 46.32 57.22 48.14 -
YUV 192.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 166 210 173 0.21 0 0.18 0.18 129.55 0.33 0.74
Hex A6 D2 AD 15 0 12 12 82 21 4A
Octal 246 322 255 25 0 22 22 202 41 112
Binary 10100110 11010010 10101101 10101 0 10010 10010 10000010 100001 1001010

Color Harmonies of #A6D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D2AD

Black with #A6D2AD

Text Example


Text Example

White with #A6D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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