Html Css Color HEX #A6D8AF Chinook

📋 copy color: '#A6D8AF'

red 166 ◦ green 216 ◦ blue 175

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

Shades of Chinook #A6D8AF

Tints of Chinook #A6D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.78%

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

R = 29.8%
G = 38.78%
B = 31.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#A6D8AF (or 0xA6D8AF) is known color: Chinook. HEX triplet: A6, D8 and AF. RGB value is (166,216,175). Sum of RGB (Red+Green+Blue) = 166+216+175=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D8AF is #592750. Grayscale: #C4C4C4. Windows color (decimal): -5842769 or 11524262. OLE color: 11524262.

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

Color convert

RGB 166 216 175 -
CMYK 0.23 0 0.19 0.15
HSL 130.8º 0.39% 0.75% -
HSV(B) 130.8º 0.23% 0.85% -
XYZ 48.02 60.31 49.67 -
YUV 196.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 166 216 175 0.23 0 0.19 0.15 130.8 0.39 0.75
Hex A6 D8 AF 17 0 13 F 83 27 4B
Octal 246 330 257 27 0 23 17 203 47 113
Binary 10100110 11011000 10101111 10111 0 10011 1111 10000011 100111 1001011

Color Harmonies of #A6D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D8AF

Black with #A6D8AF

Text Example


Text Example

White with #A6D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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