Html Css Color HEX #A4D6AA Chinook

📋 copy color: '#A4D6AA'

red 164 ◦ green 214 ◦ blue 170

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

Shades of Chinook #A4D6AA

Tints of Chinook #A4D6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 29.93%
G = 39.05%
B = 31.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#A4D6AA (or 0xA4D6AA) is known color: Chinook. HEX triplet: A4, D6 and AA. RGB value is (164,214,170). Sum of RGB (Red+Green+Blue) = 164+214+170=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D6AA is #5B2955. Grayscale: #C2C2C2. Windows color (decimal): -5974358 or 11196068. OLE color: 11196068.

HSL color Cylindrical-coordinate representation of color #A4D6AA: hue angle of 127.2º 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 #A4D6AA is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 214 170 -
CMYK 0.23 0 0.21 0.16
HSL 127.2º 0.38% 0.74% -
HSV(B) 127.2º 0.23% 0.84% -
XYZ 46.61 58.89 46.94 -
YUV 194.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 164 214 170 0.23 0 0.21 0.16 127.2 0.38 0.74
Hex A4 D6 AA 17 0 15 10 7F 26 4A
Octal 244 326 252 27 0 25 20 177 46 112
Binary 10100100 11010110 10101010 10111 0 10101 10000 1111111 100110 1001010

Color Harmonies of #A4D6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D6AA

Black with #A4D6AA

Text Example


Text Example

White with #A4D6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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