Html Css Color HEX #A1C1A4 Chinook

📋 copy color: '#A1C1A4'

red 161 ◦ green 193 ◦ blue 164

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

Shades of Chinook #A1C1A4

Tints of Chinook #A1C1A4

RGB

 RED value IS 161 (63.28% from 255) = 31.08%

 GREEN value IS 193 (75.78% from 255) = 37.26%

 BLUE value IS 164 (64.45% from 255) = 31.66%

R = 31.08%
G = 37.26%
B = 31.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#A1C1A4 (or 0xA1C1A4) is known color: Chinook. HEX triplet: A1, C1 and A4. RGB value is (161,193,164). Sum of RGB (Red+Green+Blue) = 161+193+164=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C1A4 is #5E3E5B. Grayscale: #B4B4B4. Windows color (decimal): -6176348 or 10797473. OLE color: 10797473.

HSL color Cylindrical-coordinate representation of color #A1C1A4: hue angle of 125.62º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C1A4 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 164 -
CMYK 0.17 0 0.15 0.24
HSL 125.63º 0.21% 0.69% -
HSV(B) 125.63º 0.17% 0.76% -
XYZ 40.47 48.4 42.33 -
YUV 180.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 161 193 164 0.17 0 0.15 0.24 125.63 0.21 0.69
Hex A1 C1 A4 11 0 F 18 7E 15 45
Octal 241 301 244 21 0 17 30 176 25 105
Binary 10100001 11000001 10100100 10001 0 1111 11000 1111110 10101 1000101

Color Harmonies of #A1C1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C1A4

Black with #A1C1A4

Text Example


Text Example

White with #A1C1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C1A4; }

 p { color: rgb(161,193,164); }

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

background-color css

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

 a { background-color: rgb(161,193,164); }

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

border-color css

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

 span { border-color: rgb(161,193,164); }

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