Html Css Color HEX #AFBEAC Rainee

📋 copy color: '#AFBEAC'

red 175 ◦ green 190 ◦ blue 172

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

Shades of Rainee #AFBEAC

Tints of Rainee #AFBEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.38%

 BLUE value IS 172 (67.58% from 255) = 32.03%

R = 32.59%
G = 35.38%
B = 32.03%

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

#AFBEAC (or 0xAFBEAC) is known color: Rainee. HEX triplet: AF, BE and AC. RGB value is (175,190,172). Sum of RGB (Red+Green+Blue) = 175+190+172=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBEAC is #504153. Grayscale: #B7B7B7. Windows color (decimal): -5259604 or 11321007. OLE color: 11321007.

HSL color Cylindrical-coordinate representation of color #AFBEAC: hue angle of 110º 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 #AFBEAC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 172 -
CMYK 0.08 0 0.09 0.25
HSL 110º 0.12% 0.71% -
HSV(B) 110º 0.09% 0.75% -
XYZ 43.54 48.92 46.18 -
YUV 183.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 175 190 172 0.08 0 0.09 0.25 110 0.12 0.71
Hex AF BE AC 8 0 9 19 6E C 47
Octal 257 276 254 10 0 11 31 156 14 107
Binary 10101111 10111110 10101100 1000 0 1001 11001 1101110 1100 1000111

Color Harmonies of #AFBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBEAC

Black with #AFBEAC

Text Example


Text Example

White with #AFBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBEAC; }

 p { color: rgb(175,190,172); }

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

background-color css

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

 a { background-color: rgb(175,190,172); }

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

border-color css

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

 span { border-color: rgb(175,190,172); }

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