Html Css Color HEX #A5D5B3 Chinook

📋 copy color: '#A5D5B3'

red 165 ◦ green 213 ◦ blue 179

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

Shades of Chinook #A5D5B3

Tints of Chinook #A5D5B3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.24%

 BLUE value IS 179 (70.31% from 255) = 32.14%

R = 29.62%
G = 38.24%
B = 32.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#A5D5B3 (or 0xA5D5B3) is known color: Chinook. HEX triplet: A5, D5 and B3. RGB value is (165,213,179). Sum of RGB (Red+Green+Blue) = 165+213+179=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5B3 is #5A2A4C. Grayscale: #C2C2C2. Windows color (decimal): -5909069 or 11785637. OLE color: 11785637.

HSL color Cylindrical-coordinate representation of color #A5D5B3: hue angle of 137.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D5B3 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 179 -
CMYK 0.23 0 0.16 0.16
HSL 137.5º 0.36% 0.74% -
HSV(B) 137.5º 0.23% 0.84% -
XYZ 47.45 58.84 51.5 -
YUV 194.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 165 213 179 0.23 0 0.16 0.16 137.5 0.36 0.74
Hex A5 D5 B3 17 0 10 10 8A 24 4A
Octal 245 325 263 27 0 20 20 212 44 112
Binary 10100101 11010101 10110011 10111 0 10000 10000 10001010 100100 1001010

Color Harmonies of #A5D5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D5B3

Black with #A5D5B3

Text Example


Text Example

White with #A5D5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D5B3; }

 p { color: rgb(165,213,179); }

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

background-color css

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

 a { background-color: rgb(165,213,179); }

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

border-color css

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

 span { border-color: rgb(165,213,179); }

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