Html Css Color HEX #A5CEAA Chinook

📋 copy color: '#A5CEAA'

red 165 ◦ green 206 ◦ blue 170

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

Shades of Chinook #A5CEAA

Tints of Chinook #A5CEAA

RGB

 RED value IS 165 (64.84% from 255) = 30.5%

 GREEN value IS 206 (80.86% from 255) = 38.08%

 BLUE value IS 170 (66.8% from 255) = 31.42%

R = 30.5%
G = 38.08%
B = 31.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#A5CEAA (or 0xA5CEAA) is known color: Chinook. HEX triplet: A5, CE and AA. RGB value is (165,206,170). Sum of RGB (Red+Green+Blue) = 165+206+170=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CEAA is #5A3155. Grayscale: #BDBDBD. Windows color (decimal): -5910870 or 11194021. OLE color: 11194021.

HSL color Cylindrical-coordinate representation of color #A5CEAA: hue angle of 127.32º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CEAA is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 206 170 -
CMYK 0.20 0 0.17 0.19
HSL 127.32º 0.29% 0.73% -
HSV(B) 127.32º 0.2% 0.81% -
XYZ 44.84 55.04 46.29 -
YUV 189.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 165 206 170 0.20 0 0.17 0.19 127.32 0.29 0.73
Hex A5 CE AA 14 0 11 13 7F 1D 49
Octal 245 316 252 24 0 21 23 177 35 111
Binary 10100101 11001110 10101010 10100 0 10001 10011 1111111 11101 1001001

Color Harmonies of #A5CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CEAA

Black with #A5CEAA

Text Example


Text Example

White with #A5CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CEAA; }

 p { color: rgb(165,206,170); }

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

background-color css

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

 a { background-color: rgb(165,206,170); }

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

border-color css

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

 span { border-color: rgb(165,206,170); }

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