Html Css Color HEX #A1CCA3 Chinook

📋 copy color: '#A1CCA3'

red 161 ◦ green 204 ◦ blue 163

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

Shades of Chinook #A1CCA3

Tints of Chinook #A1CCA3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.64%

 BLUE value IS 163 (64.06% from 255) = 30.87%

R = 30.49%
G = 38.64%
B = 30.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#A1CCA3 (or 0xA1CCA3) is known color: Chinook. HEX triplet: A1, CC and A3. RGB value is (161,204,163). Sum of RGB (Red+Green+Blue) = 161+204+163=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCA3 is #5E335C. Grayscale: #BABABA. Windows color (decimal): -6173533 or 10734753. OLE color: 10734753.

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

Color convert

RGB 161 204 163 -
CMYK 0.21 0 0.20 0.2
HSL 122.79º 0.3% 0.72% -
HSV(B) 122.79º 0.21% 0.8% -
XYZ 42.9 53.41 42.7 -
YUV 186.47 114.75 109.83 -
System Red Green Blue C M Y K H S L
Decimal 161 204 163 0.21 0 0.20 0.2 122.79 0.3 0.72
Hex A1 CC A3 15 0 14 14 7B 1E 48
Octal 241 314 243 25 0 24 24 173 36 110
Binary 10100001 11001100 10100011 10101 0 10100 10100 1111011 11110 1001000

Color Harmonies of #A1CCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CCA3

Black with #A1CCA3

Text Example


Text Example

White with #A1CCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CCA3; }

 p { color: rgb(161,204,163); }

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

background-color css

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

 a { background-color: rgb(161,204,163); }

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

border-color css

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

 span { border-color: rgb(161,204,163); }

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