Html Css Color HEX #A6D4AE Chinook

📋 copy color: '#A6D4AE'

red 166 ◦ green 212 ◦ blue 174

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

Shades of Chinook #A6D4AE

Tints of Chinook #A6D4AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.52%

R = 30.07%
G = 38.41%
B = 31.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#A6D4AE (or 0xA6D4AE) is known color: Chinook. HEX triplet: A6, D4 and AE. RGB value is (166,212,174). Sum of RGB (Red+Green+Blue) = 166+212+174=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D4AE is #592B51. Grayscale: #C2C2C2. Windows color (decimal): -5843794 or 11457702. OLE color: 11457702.

HSL color Cylindrical-coordinate representation of color #A6D4AE: hue angle of 130.43º 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 #A6D4AE is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 212 174 -
CMYK 0.22 0 0.18 0.17
HSL 130.43º 0.35% 0.74% -
HSV(B) 130.43º 0.22% 0.83% -
XYZ 46.91 58.25 48.82 -
YUV 193.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 166 212 174 0.22 0 0.18 0.17 130.43 0.35 0.74
Hex A6 D4 AE 16 0 12 11 82 23 4A
Octal 246 324 256 26 0 22 21 202 43 112
Binary 10100110 11010100 10101110 10110 0 10010 10001 10000010 100011 1001010

Color Harmonies of #A6D4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D4AE

Black with #A6D4AE

Text Example


Text Example

White with #A6D4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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