Html Css Color HEX #A5D2AF Chinook

📋 copy color: '#A5D2AF'

red 165 ◦ green 210 ◦ blue 175

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

Shades of Chinook #A5D2AF

Tints of Chinook #A5D2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.18%

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

R = 30%
G = 38.18%
B = 31.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#A5D2AF (or 0xA5D2AF) is known color: Chinook. HEX triplet: A5, D2 and AF. RGB value is (165,210,175). Sum of RGB (Red+Green+Blue) = 165+210+175=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D2AF is #5A2D50. Grayscale: #C0C0C0. Windows color (decimal): -5909841 or 11522725. OLE color: 11522725.

HSL color Cylindrical-coordinate representation of color #A5D2AF: hue angle of 133.33º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D2AF is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 175 -
CMYK 0.21 0 0.17 0.18
HSL 133.33º 0.33% 0.74% -
HSV(B) 133.33º 0.21% 0.82% -
XYZ 46.3 57.19 49.16 -
YUV 192.56 118.09 108.35 -
System Red Green Blue C M Y K H S L
Decimal 165 210 175 0.21 0 0.17 0.18 133.33 0.33 0.74
Hex A5 D2 AF 15 0 11 12 85 21 4A
Octal 245 322 257 25 0 21 22 205 41 112
Binary 10100101 11010010 10101111 10101 0 10001 10010 10000101 100001 1001010

Color Harmonies of #A5D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2AF

Black with #A5D2AF

Text Example


Text Example

White with #A5D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2AF; }

 p { color: rgb(165,210,175); }

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

background-color css

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

 a { background-color: rgb(165,210,175); }

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

border-color css

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

 span { border-color: rgb(165,210,175); }

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