Html Css Color HEX #A5CBA9 Chinook

📋 copy color: '#A5CBA9'

red 165 ◦ green 203 ◦ blue 169

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

Shades of Chinook #A5CBA9

Tints of Chinook #A5CBA9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.8%

 BLUE value IS 169 (66.41% from 255) = 31.47%

R = 30.73%
G = 37.8%
B = 31.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#A5CBA9 (or 0xA5CBA9) is known color: Chinook. HEX triplet: A5, CB and A9. RGB value is (165,203,169). Sum of RGB (Red+Green+Blue) = 165+203+169=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CBA9 is #5A3456. Grayscale: #BBBBBB. Windows color (decimal): -5911639 or 11127717. OLE color: 11127717.

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

Color convert

RGB 165 203 169 -
CMYK 0.19 0 0.17 0.20
HSL 126.32º 0.27% 0.72% -
HSV(B) 126.32º 0.19% 0.8% -
XYZ 44.03 53.58 45.56 -
YUV 187.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 165 203 169 0.19 0 0.17 0.20 126.32 0.27 0.72
Hex A5 CB A9 13 0 11 14 7E 1B 48
Octal 245 313 251 23 0 21 24 176 33 110
Binary 10100101 11001011 10101001 10011 0 10001 10100 1111110 11011 1001000

Color Harmonies of #A5CBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBA9

Black with #A5CBA9

Text Example


Text Example

White with #A5CBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBA9; }

 p { color: rgb(165,203,169); }

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

background-color css

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

 a { background-color: rgb(165,203,169); }

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

border-color css

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

 span { border-color: rgb(165,203,169); }

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