Html Css Color HEX #A6D4AF Chinook

📋 copy color: '#A6D4AF'

red 166 ◦ green 212 ◦ blue 175

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

Shades of Chinook #A6D4AF

Tints of Chinook #A6D4AF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.34%

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

R = 30.02%
G = 38.34%
B = 31.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#A6D4AF (or 0xA6D4AF) is known color: Chinook. HEX triplet: A6, D4 and AF. RGB value is (166,212,175). Sum of RGB (Red+Green+Blue) = 166+212+175=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D4AF is #592B50. Grayscale: #C2C2C2. Windows color (decimal): -5843793 or 11523238. OLE color: 11523238.

HSL color Cylindrical-coordinate representation of color #A6D4AF: hue angle of 131.74º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D4AF is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 212 175 -
CMYK 0.22 0 0.17 0.17
HSL 131.74º 0.35% 0.74% -
HSV(B) 131.74º 0.22% 0.83% -
XYZ 47.01 58.29 49.33 -
YUV 194.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 166 212 175 0.22 0 0.17 0.17 131.74 0.35 0.74
Hex A6 D4 AF 16 0 11 11 84 23 4A
Octal 246 324 257 26 0 21 21 204 43 112
Binary 10100110 11010100 10101111 10110 0 10001 10001 10000100 100011 1001010

Color Harmonies of #A6D4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D4AF

Black with #A6D4AF

Text Example


Text Example

White with #A6D4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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