Html Css Color HEX #A1CDAB Chinook

📋 copy color: '#A1CDAB'

red 161 ◦ green 205 ◦ blue 171

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

Shades of Chinook #A1CDAB

Tints of Chinook #A1CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.18%

 BLUE value IS 171 (67.19% from 255) = 31.84%

R = 29.98%
G = 38.18%
B = 31.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#A1CDAB (or 0xA1CDAB) is known color: Chinook. HEX triplet: A1, CD and AB. RGB value is (161,205,171). Sum of RGB (Red+Green+Blue) = 161+205+171=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CDAB is #5E3254. Grayscale: #BCBCBC. Windows color (decimal): -6173269 or 11259297. OLE color: 11259297.

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

Color convert

RGB 161 205 171 -
CMYK 0.21 0 0.17 0.20
HSL 133.64º 0.31% 0.72% -
HSV(B) 133.64º 0.21% 0.8% -
XYZ 43.88 54.18 46.67 -
YUV 187.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 161 205 171 0.21 0 0.17 0.20 133.64 0.31 0.72
Hex A1 CD AB 15 0 11 14 86 1F 48
Octal 241 315 253 25 0 21 24 206 37 110
Binary 10100001 11001101 10101011 10101 0 10001 10100 10000110 11111 1001000

Color Harmonies of #A1CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDAB

Black with #A1CDAB

Text Example


Text Example

White with #A1CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDAB; }

 p { color: rgb(161,205,171); }

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

background-color css

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

 a { background-color: rgb(161,205,171); }

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

border-color css

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

 span { border-color: rgb(161,205,171); }

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