Html Css Color HEX #A5D3B1 Chinook

📋 copy color: '#A5D3B1'

red 165 ◦ green 211 ◦ blue 177

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

Shades of Chinook #A5D3B1

Tints of Chinook #A5D3B1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.16%

 BLUE value IS 177 (69.53% from 255) = 32.01%

R = 29.84%
G = 38.16%
B = 32.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#A5D3B1 (or 0xA5D3B1) is known color: Chinook. HEX triplet: A5, D3 and B1. RGB value is (165,211,177). Sum of RGB (Red+Green+Blue) = 165+211+177=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D3B1 is #5A2C4E. Grayscale: #C1C1C1. Windows color (decimal): -5909583 or 11654053. OLE color: 11654053.

HSL color Cylindrical-coordinate representation of color #A5D3B1: hue angle of 135.65º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5D3B1 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 211 177 -
CMYK 0.22 0 0.16 0.17
HSL 135.65º 0.34% 0.74% -
HSV(B) 135.65º 0.22% 0.83% -
XYZ 46.75 57.76 50.28 -
YUV 193.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 165 211 177 0.22 0 0.16 0.17 135.65 0.34 0.74
Hex A5 D3 B1 16 0 10 11 88 22 4A
Octal 245 323 261 26 0 20 21 210 42 112
Binary 10100101 11010011 10110001 10110 0 10000 10001 10001000 100010 1001010

Color Harmonies of #A5D3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D3B1

Black with #A5D3B1

Text Example


Text Example

White with #A5D3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D3B1; }

 p { color: rgb(165,211,177); }

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

background-color css

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

 a { background-color: rgb(165,211,177); }

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

border-color css

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

 span { border-color: rgb(165,211,177); }

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