Html Css Color HEX #A4D5AA Chinook

📋 copy color: '#A4D5AA'

red 164 ◦ green 213 ◦ blue 170

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

Shades of Chinook #A4D5AA

Tints of Chinook #A4D5AA

RGB

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

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

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

R = 29.98%
G = 38.94%
B = 31.08%

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

#A4D5AA (or 0xA4D5AA) is known color: Chinook. HEX triplet: A4, D5 and AA. RGB value is (164,213,170). Sum of RGB (Red+Green+Blue) = 164+213+170=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D5AA is #5B2A55. Grayscale: #C1C1C1. Windows color (decimal): -5974614 or 11195812. OLE color: 11195812.

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

Color convert

RGB 164 213 170 -
CMYK 0.23 0 0.20 0.16
HSL 127.35º 0.37% 0.74% -
HSV(B) 127.35º 0.23% 0.84% -
XYZ 46.36 58.38 46.86 -
YUV 193.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 164 213 170 0.23 0 0.20 0.16 127.35 0.37 0.74
Hex A4 D5 AA 17 0 14 10 7F 25 4A
Octal 244 325 252 27 0 24 20 177 45 112
Binary 10100100 11010101 10101010 10111 0 10100 10000 1111111 100101 1001010

Color Harmonies of #A4D5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D5AA

Black with #A4D5AA

Text Example


Text Example

White with #A4D5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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