Html Css Color HEX #AFBFAD Rainee

📋 copy color: '#AFBFAD'

red 175 ◦ green 191 ◦ blue 173

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

Shades of Rainee #AFBFAD

Tints of Rainee #AFBFAD

RGB

 RED value IS 175 (68.75% from 255) = 32.47%

 GREEN value IS 191 (75% from 255) = 35.44%

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

R = 32.47%
G = 35.44%
B = 32.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#AFBFAD (or 0xAFBFAD) is known color: Rainee. HEX triplet: AF, BF and AD. RGB value is (175,191,173). Sum of RGB (Red+Green+Blue) = 175+191+173=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFAD is #504052. Grayscale: #B8B8B8. Windows color (decimal): -5259347 or 11386799. OLE color: 11386799.

HSL color Cylindrical-coordinate representation of color #AFBFAD: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFBFAD is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 191 173 -
CMYK 0.08 0 0.09 0.25
HSL 113.33º 0.12% 0.71% -
HSV(B) 113.33º 0.09% 0.75% -
XYZ 43.85 49.39 46.76 -
YUV 184.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 175 191 173 0.08 0 0.09 0.25 113.33 0.12 0.71
Hex AF BF AD 8 0 9 19 71 C 47
Octal 257 277 255 10 0 11 31 161 14 107
Binary 10101111 10111111 10101101 1000 0 1001 11001 1110001 1100 1000111

Color Harmonies of #AFBFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFAD

Black with #AFBFAD

Text Example


Text Example

White with #AFBFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFAD; }

 p { color: rgb(175,191,173); }

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

background-color css

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

 a { background-color: rgb(175,191,173); }

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

border-color css

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

 span { border-color: rgb(175,191,173); }

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