Html Css Color HEX #A5CFAB Chinook

📋 copy color: '#A5CFAB'

red 165 ◦ green 207 ◦ blue 171

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

Shades of Chinook #A5CFAB

Tints of Chinook #A5CFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.12%

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

R = 30.39%
G = 38.12%
B = 31.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#A5CFAB (or 0xA5CFAB) is known color: Chinook. HEX triplet: A5, CF and AB. RGB value is (165,207,171). Sum of RGB (Red+Green+Blue) = 165+207+171=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CFAB is #5A3054. Grayscale: #BEBEBE. Windows color (decimal): -5910613 or 11259813. OLE color: 11259813.

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

Color convert

RGB 165 207 171 -
CMYK 0.20 0 0.17 0.19
HSL 128.57º 0.3% 0.73% -
HSV(B) 128.57º 0.2% 0.81% -
XYZ 45.18 55.57 46.87 -
YUV 190.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 165 207 171 0.20 0 0.17 0.19 128.57 0.3 0.73
Hex A5 CF AB 14 0 11 13 81 1E 49
Octal 245 317 253 24 0 21 23 201 36 111
Binary 10100101 11001111 10101011 10100 0 10001 10011 10000001 11110 1001001

Color Harmonies of #A5CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFAB

Black with #A5CFAB

Text Example


Text Example

White with #A5CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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