Html Css Color HEX #A0CCAF Chinook

📋 copy color: '#A0CCAF'

red 160 ◦ green 204 ◦ blue 175

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

Shades of Chinook #A0CCAF

Tints of Chinook #A0CCAF

RGB

 RED value IS 160 (62.89% from 255) = 29.68%

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

 BLUE value IS 175 (68.75% from 255) = 32.47%

R = 29.68%
G = 37.85%
B = 32.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#A0CCAF (or 0xA0CCAF) is known color: Chinook. HEX triplet: A0, CC and AF. RGB value is (160,204,175). Sum of RGB (Red+Green+Blue) = 160+204+175=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CCAF is #5F3350. Grayscale: #BBBBBB. Windows color (decimal): -6239057 or 11521184. OLE color: 11521184.

HSL color Cylindrical-coordinate representation of color #A0CCAF: hue angle of 140.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCAF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 175 -
CMYK 0.22 0 0.14 0.2
HSL 140.45º 0.3% 0.71% -
HSV(B) 140.45º 0.22% 0.8% -
XYZ 43.83 53.75 48.62 -
YUV 187.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 160 204 175 0.22 0 0.14 0.2 140.45 0.3 0.71
Hex A0 CC AF 16 0 E 14 8C 1E 47
Octal 240 314 257 26 0 16 24 214 36 107
Binary 10100000 11001100 10101111 10110 0 1110 10100 10001100 11110 1000111

Color Harmonies of #A0CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CCAF

Black with #A0CCAF

Text Example


Text Example

White with #A0CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CCAF; }

 p { color: rgb(160,204,175); }

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

background-color css

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

 a { background-color: rgb(160,204,175); }

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

border-color css

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

 span { border-color: rgb(160,204,175); }

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