Html Css Color HEX #A5CDAB Chinook

📋 copy color: '#A5CDAB'

red 165 ◦ green 205 ◦ blue 171

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

Shades of Chinook #A5CDAB

Tints of Chinook #A5CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.89%

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 30.5%
G = 37.89%
B = 31.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#A5CDAB (or 0xA5CDAB) is known color: Chinook. HEX triplet: A5, CD and AB. RGB value is (165,205,171). Sum of RGB (Red+Green+Blue) = 165+205+171=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CDAB is #5A3254. Grayscale: #BDBDBD. Windows color (decimal): -5911125 or 11259301. OLE color: 11259301.

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

Color convert

RGB 165 205 171 -
CMYK 0.20 0 0.17 0.20
HSL 129º 0.29% 0.73% -
HSV(B) 129º 0.2% 0.8% -
XYZ 44.7 54.6 46.71 -
YUV 189.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 165 205 171 0.20 0 0.17 0.20 129 0.29 0.73
Hex A5 CD AB 14 0 11 14 81 1D 49
Octal 245 315 253 24 0 21 24 201 35 111
Binary 10100101 11001101 10101011 10100 0 10001 10100 10000001 11101 1001001

Color Harmonies of #A5CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDAB

Black with #A5CDAB

Text Example


Text Example

White with #A5CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDAB; }

 p { color: rgb(165,205,171); }

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

background-color css

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

 a { background-color: rgb(165,205,171); }

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

border-color css

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

 span { border-color: rgb(165,205,171); }

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