Html Css Color HEX #A6DAB0 Chinook

📋 copy color: '#A6DAB0'

red 166 ◦ green 218 ◦ blue 176

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

Shades of Chinook #A6DAB0

Tints of Chinook #A6DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.93%

 BLUE value IS 176 (69.14% from 255) = 31.43%

R = 29.64%
G = 38.93%
B = 31.43%

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

#A6DAB0 (or 0xA6DAB0) is known color: Chinook. HEX triplet: A6, DA and B0. RGB value is (166,218,176). Sum of RGB (Red+Green+Blue) = 166+218+176=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DAB0 is #59254F. Grayscale: #C5C5C5. Windows color (decimal): -5842256 or 11590310. OLE color: 11590310.

HSL color Cylindrical-coordinate representation of color #A6DAB0: hue angle of 131.54º degrees, saturation: 0.41, 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 #A6DAB0 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 218 176 -
CMYK 0.24 0 0.19 0.15
HSL 131.54º 0.41% 0.75% -
HSV(B) 131.54º 0.24% 0.85% -
XYZ 48.63 61.38 50.36 -
YUV 197.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 166 218 176 0.24 0 0.19 0.15 131.54 0.41 0.75
Hex A6 DA B0 18 0 13 F 84 29 4B
Octal 246 332 260 30 0 23 17 204 51 113
Binary 10100110 11011010 10110000 11000 0 10011 1111 10000100 101001 1001011

Color Harmonies of #A6DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DAB0

Black with #A6DAB0

Text Example


Text Example

White with #A6DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DAB0; }

 p { color: rgb(166,218,176); }

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

background-color css

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

 a { background-color: rgb(166,218,176); }

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

border-color css

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

 span { border-color: rgb(166,218,176); }

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