Html Css Color HEX #A6D9AF Chinook

📋 copy color: '#A6D9AF'

red 166 ◦ green 217 ◦ blue 175

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

Shades of Chinook #A6D9AF

Tints of Chinook #A6D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.89%

 BLUE value IS 175 (68.75% from 255) = 31.36%

R = 29.75%
G = 38.89%
B = 31.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#A6D9AF (or 0xA6D9AF) is known color: Chinook. HEX triplet: A6, D9 and AF. RGB value is (166,217,175). Sum of RGB (Red+Green+Blue) = 166+217+175=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D9AF is #592650. Grayscale: #C5C5C5. Windows color (decimal): -5842513 or 11524518. OLE color: 11524518.

HSL color Cylindrical-coordinate representation of color #A6D9AF: hue angle of 130.59º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6D9AF is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 217 175 -
CMYK 0.24 0 0.19 0.15
HSL 130.59º 0.4% 0.75% -
HSV(B) 130.59º 0.24% 0.85% -
XYZ 48.28 60.83 49.75 -
YUV 196.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 166 217 175 0.24 0 0.19 0.15 130.59 0.4 0.75
Hex A6 D9 AF 18 0 13 F 83 28 4B
Octal 246 331 257 30 0 23 17 203 50 113
Binary 10100110 11011001 10101111 11000 0 10011 1111 10000011 101000 1001011

Color Harmonies of #A6D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D9AF

Black with #A6D9AF

Text Example


Text Example

White with #A6D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D9AF; }

 p { color: rgb(166,217,175); }

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

background-color css

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

 a { background-color: rgb(166,217,175); }

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

border-color css

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

 span { border-color: rgb(166,217,175); }

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