Html Css Color HEX #AFABAF Lola

📋 copy color: '#AFABAF'

red 175 ◦ green 171 ◦ blue 175

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

Shades of Lola #AFABAF

Tints of Lola #AFABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.82%

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 33.59%
G = 32.82%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AFABAF (or 0xAFABAF) is known color: Lola. HEX triplet: AF, AB and AF. RGB value is (175,171,175). Sum of RGB (Red+Green+Blue) = 175+171+175=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABAF is #505450. Grayscale: #ACACAC. Windows color (decimal): -5264465 or 11512751. OLE color: 11512751.

HSL color Cylindrical-coordinate representation of color #AFABAF: hue angle of 300º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFABAF is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 175 -
CMYK 0 0.02 0 0.31
HSL 300º 0.02% 0.68% -
HSV(B) 300º 0.02% 0.69% -
XYZ 39.98 41.33 46.43 -
YUV 172.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 175 171 175 0 0.02 0 0.31 300 0.02 0.68
Hex AF AB AF 0 2 0 1F 12C 2 44
Octal 257 253 257 0 2 0 37 454 2 104
Binary 10101111 10101011 10101111 0 10 0 11111 100101100 10 1000100

Color Harmonies of #AFABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABAF

Black with #AFABAF

Text Example


Text Example

White with #AFABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABAF; }

 p { color: rgb(175,171,175); }

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

background-color css

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

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

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

border-color css

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

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

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