Html Css Color HEX #A6D6AC Chinook

📋 copy color: '#A6D6AC'

red 166 ◦ green 214 ◦ blue 172

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

Shades of Chinook #A6D6AC

Tints of Chinook #A6D6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.77%

 BLUE value IS 172 (67.58% from 255) = 31.16%

R = 30.07%
G = 38.77%
B = 31.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#A6D6AC (or 0xA6D6AC) is known color: Chinook. HEX triplet: A6, D6 and AC. RGB value is (166,214,172). Sum of RGB (Red+Green+Blue) = 166+214+172=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D6AC is #592953. Grayscale: #C2C2C2. Windows color (decimal): -5843284 or 11327142. OLE color: 11327142.

HSL color Cylindrical-coordinate representation of color #A6D6AC: hue angle of 127.5º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D6AC is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 214 172 -
CMYK 0.22 0 0.20 0.16
HSL 127.5º 0.37% 0.75% -
HSV(B) 127.5º 0.22% 0.84% -
XYZ 47.22 59.18 47.96 -
YUV 194.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 166 214 172 0.22 0 0.20 0.16 127.5 0.37 0.75
Hex A6 D6 AC 16 0 14 10 80 25 4B
Octal 246 326 254 26 0 24 20 200 45 113
Binary 10100110 11010110 10101100 10110 0 10100 10000 10000000 100101 1001011

Color Harmonies of #A6D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D6AC

Black with #A6D6AC

Text Example


Text Example

White with #A6D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D6AC; }

 p { color: rgb(166,214,172); }

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

background-color css

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

 a { background-color: rgb(166,214,172); }

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

border-color css

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

 span { border-color: rgb(166,214,172); }

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