Html Css Color HEX #A4D6AB Chinook

📋 copy color: '#A4D6AB'

red 164 ◦ green 214 ◦ blue 171

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

Shades of Chinook #A4D6AB

Tints of Chinook #A4D6AB

RGB

 RED value IS 164 (64.45% from 255) = 29.87%

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

 BLUE value IS 171 (67.19% from 255) = 31.15%

R = 29.87%
G = 38.98%
B = 31.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#A4D6AB (or 0xA4D6AB) is known color: Chinook. HEX triplet: A4, D6 and AB. RGB value is (164,214,171). Sum of RGB (Red+Green+Blue) = 164+214+171=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D6AB is #5B2954. Grayscale: #C2C2C2. Windows color (decimal): -5974357 or 11261604. OLE color: 11261604.

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

Color convert

RGB 164 214 171 -
CMYK 0.23 0 0.20 0.16
HSL 128.4º 0.38% 0.74% -
HSV(B) 128.4º 0.23% 0.84% -
XYZ 46.71 58.93 47.44 -
YUV 194.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 164 214 171 0.23 0 0.20 0.16 128.4 0.38 0.74
Hex A4 D6 AB 17 0 14 10 80 26 4A
Octal 244 326 253 27 0 24 20 200 46 112
Binary 10100100 11010110 10101011 10111 0 10100 10000 10000000 100110 1001010

Color Harmonies of #A4D6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D6AB

Black with #A4D6AB

Text Example


Text Example

White with #A4D6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D6AB; }

 p { color: rgb(164,214,171); }

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

background-color css

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

 a { background-color: rgb(164,214,171); }

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

border-color css

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

 span { border-color: rgb(164,214,171); }

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