Html Css Color HEX #A4CEA6 Chinook

📋 copy color: '#A4CEA6'

red 164 ◦ green 206 ◦ blue 166

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

Shades of Chinook #A4CEA6

Tints of Chinook #A4CEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.43%

 BLUE value IS 166 (65.23% from 255) = 30.97%

R = 30.6%
G = 38.43%
B = 30.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#A4CEA6 (or 0xA4CEA6) is known color: Chinook. HEX triplet: A4, CE and A6. RGB value is (164,206,166). Sum of RGB (Red+Green+Blue) = 164+206+166=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CEA6 is #5B3159. Grayscale: #BCBCBC. Windows color (decimal): -5976410 or 10931876. OLE color: 10931876.

HSL color Cylindrical-coordinate representation of color #A4CEA6: hue angle of 122.86º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CEA6 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 206 166 -
CMYK 0.20 0 0.19 0.19
HSL 122.86º 0.3% 0.73% -
HSV(B) 122.86º 0.2% 0.81% -
XYZ 44.26 54.79 44.32 -
YUV 188.88 115.09 110.25 -
System Red Green Blue C M Y K H S L
Decimal 164 206 166 0.20 0 0.19 0.19 122.86 0.3 0.73
Hex A4 CE A6 14 0 13 13 7B 1E 49
Octal 244 316 246 24 0 23 23 173 36 111
Binary 10100100 11001110 10100110 10100 0 10011 10011 1111011 11110 1001001

Color Harmonies of #A4CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CEA6

Black with #A4CEA6

Text Example


Text Example

White with #A4CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CEA6; }

 p { color: rgb(164,206,166); }

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

background-color css

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

 a { background-color: rgb(164,206,166); }

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

border-color css

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

 span { border-color: rgb(164,206,166); }

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