Html Css Color HEX #A4CCAA Chinook

📋 copy color: '#A4CCAA'

red 164 ◦ green 204 ◦ blue 170

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

Shades of Chinook #A4CCAA

Tints of Chinook #A4CCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.92%

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

R = 30.48%
G = 37.92%
B = 31.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#A4CCAA (or 0xA4CCAA) is known color: Chinook. HEX triplet: A4, CC and AA. RGB value is (164,204,170). Sum of RGB (Red+Green+Blue) = 164+204+170=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CCAA is #5B3355. Grayscale: #BCBCBC. Windows color (decimal): -5976918 or 11193508. OLE color: 11193508.

HSL color Cylindrical-coordinate representation of color #A4CCAA: hue angle of 129º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CCAA is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 204 170 -
CMYK 0.20 0 0.17 0.2
HSL 129º 0.28% 0.72% -
HSV(B) 129º 0.2% 0.8% -
XYZ 44.16 53.98 46.12 -
YUV 188.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 164 204 170 0.20 0 0.17 0.2 129 0.28 0.72
Hex A4 CC AA 14 0 11 14 81 1C 48
Octal 244 314 252 24 0 21 24 201 34 110
Binary 10100100 11001100 10101010 10100 0 10001 10100 10000001 11100 1001000

Color Harmonies of #A4CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCAA

Black with #A4CCAA

Text Example


Text Example

White with #A4CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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