Html Css Color HEX #A6D5AE Chinook

📋 copy color: '#A6D5AE'

red 166 ◦ green 213 ◦ blue 174

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

Shades of Chinook #A6D5AE

Tints of Chinook #A6D5AE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.52%

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

R = 30.02%
G = 38.52%
B = 31.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#A6D5AE (or 0xA6D5AE) is known color: Chinook. HEX triplet: A6, D5 and AE. RGB value is (166,213,174). Sum of RGB (Red+Green+Blue) = 166+213+174=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D5AE is #592A51. Grayscale: #C2C2C2. Windows color (decimal): -5843538 or 11457958. OLE color: 11457958.

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

Color convert

RGB 166 213 174 -
CMYK 0.22 0 0.18 0.16
HSL 130.21º 0.36% 0.74% -
HSV(B) 130.21º 0.22% 0.84% -
XYZ 47.16 58.75 48.9 -
YUV 194.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 166 213 174 0.22 0 0.18 0.16 130.21 0.36 0.74
Hex A6 D5 AE 16 0 12 10 82 24 4A
Octal 246 325 256 26 0 22 20 202 44 112
Binary 10100110 11010101 10101110 10110 0 10010 10000 10000010 100100 1001010

Color Harmonies of #A6D5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D5AE

Black with #A6D5AE

Text Example


Text Example

White with #A6D5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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