Html Css Color HEX #99AF9C Edward

📋 copy color: '#99AF9C'

red 153 ◦ green 175 ◦ blue 156

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

Shades of Edward #99AF9C

Tints of Edward #99AF9C

RGB

 RED value IS 153 (60.16% from 255) = 31.61%

 GREEN value IS 175 (68.75% from 255) = 36.16%

 BLUE value IS 156 (61.33% from 255) = 32.23%

R = 31.61%
G = 36.16%
B = 32.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#99AF9C (or 0x99AF9C) is known color: Edward. HEX triplet: 99, AF and 9C. RGB value is (153,175,156). Sum of RGB (Red+Green+Blue) = 153+175+156=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AF9C is #665063. Grayscale: #A6A6A6. Windows color (decimal): -6705252 or 10268569. OLE color: 10268569.

HSL color Cylindrical-coordinate representation of color #99AF9C: hue angle of 128.18º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99AF9C is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 175 156 -
CMYK 0.13 0 0.11 0.31
HSL 128.18º 0.12% 0.64% -
HSV(B) 128.18º 0.13% 0.69% -
XYZ 34.47 39.83 37.32 -
YUV 166.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 153 175 156 0.13 0 0.11 0.31 128.18 0.12 0.64
Hex 99 AF 9C D 0 B 1F 80 C 40
Octal 231 257 234 15 0 13 37 200 14 100
Binary 10011001 10101111 10011100 1101 0 1011 11111 10000000 1100 1000000

Color Harmonies of #99AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AF9C

Black with #99AF9C

Text Example


Text Example

White with #99AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AF9C; }

 p { color: rgb(153,175,156); }

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

background-color css

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

 a { background-color: rgb(153,175,156); }

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

border-color css

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

 span { border-color: rgb(153,175,156); }

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