Html Css Color HEX #A5CFAD Chinook

📋 copy color: '#A5CFAD'

red 165 ◦ green 207 ◦ blue 173

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

Shades of Chinook #A5CFAD

Tints of Chinook #A5CFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.74%

R = 30.28%
G = 37.98%
B = 31.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#A5CFAD (or 0xA5CFAD) is known color: Chinook. HEX triplet: A5, CF and AD. RGB value is (165,207,173). Sum of RGB (Red+Green+Blue) = 165+207+173=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CFAD is #5A3052. Grayscale: #BEBEBE. Windows color (decimal): -5910611 or 11390885. OLE color: 11390885.

HSL color Cylindrical-coordinate representation of color #A5CFAD: hue angle of 131.43º 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 #A5CFAD is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 173 -
CMYK 0.20 0 0.16 0.19
HSL 131.43º 0.3% 0.73% -
HSV(B) 131.43º 0.2% 0.81% -
XYZ 45.37 55.64 47.88 -
YUV 190.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 165 207 173 0.20 0 0.16 0.19 131.43 0.3 0.73
Hex A5 CF AD 14 0 10 13 83 1E 49
Octal 245 317 255 24 0 20 23 203 36 111
Binary 10100101 11001111 10101101 10100 0 10000 10011 10000011 11110 1001001

Color Harmonies of #A5CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFAD

Black with #A5CFAD

Text Example


Text Example

White with #A5CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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