Html Css Color HEX #A1CDB0 Chinook

📋 copy color: '#A1CDB0'

red 161 ◦ green 205 ◦ blue 176

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

Shades of Chinook #A1CDB0

Tints of Chinook #A1CDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 29.7%
G = 37.82%
B = 32.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#A1CDB0 (or 0xA1CDB0) is known color: Chinook. HEX triplet: A1, CD and B0. RGB value is (161,205,176). Sum of RGB (Red+Green+Blue) = 161+205+176=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CDB0 is #5E324F. Grayscale: #BCBCBC. Windows color (decimal): -6173264 or 11586977. OLE color: 11586977.

HSL color Cylindrical-coordinate representation of color #A1CDB0: hue angle of 140.45º 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 #A1CDB0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 205 176 -
CMYK 0.21 0 0.14 0.20
HSL 140.45º 0.31% 0.72% -
HSV(B) 140.45º 0.21% 0.8% -
XYZ 44.37 54.37 49.23 -
YUV 188.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 161 205 176 0.21 0 0.14 0.20 140.45 0.31 0.72
Hex A1 CD B0 15 0 E 14 8C 1F 48
Octal 241 315 260 25 0 16 24 214 37 110
Binary 10100001 11001101 10110000 10101 0 1110 10100 10001100 11111 1001000

Color Harmonies of #A1CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDB0

Black with #A1CDB0

Text Example


Text Example

White with #A1CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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