Html Css Color HEX #A1CFA9 Chinook

📋 copy color: '#A1CFA9'

red 161 ◦ green 207 ◦ blue 169

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

Shades of Chinook #A1CFA9

Tints of Chinook #A1CFA9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.55%

 BLUE value IS 169 (66.41% from 255) = 31.47%

R = 29.98%
G = 38.55%
B = 31.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#A1CFA9 (or 0xA1CFA9) is known color: Chinook. HEX triplet: A1, CF and A9. RGB value is (161,207,169). Sum of RGB (Red+Green+Blue) = 161+207+169=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CFA9 is #5E3056. Grayscale: #BDBDBD. Windows color (decimal): -6172759 or 11128737. OLE color: 11128737.

HSL color Cylindrical-coordinate representation of color #A1CFA9: hue angle of 130.43º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFA9 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 207 169 -
CMYK 0.22 0 0.18 0.19
HSL 130.43º 0.32% 0.72% -
HSV(B) 130.43º 0.22% 0.81% -
XYZ 44.17 55.07 45.84 -
YUV 188.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 161 207 169 0.22 0 0.18 0.19 130.43 0.32 0.72
Hex A1 CF A9 16 0 12 13 82 20 48
Octal 241 317 251 26 0 22 23 202 40 110
Binary 10100001 11001111 10101001 10110 0 10010 10011 10000010 100000 1001000

Color Harmonies of #A1CFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CFA9

Black with #A1CFA9

Text Example


Text Example

White with #A1CFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CFA9; }

 p { color: rgb(161,207,169); }

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

background-color css

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

 a { background-color: rgb(161,207,169); }

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

border-color css

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

 span { border-color: rgb(161,207,169); }

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