Html Css Color HEX #AFA7B0 Lola

📋 copy color: '#AFA7B0'

red 175 ◦ green 167 ◦ blue 176

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

Shades of Lola #AFA7B0

Tints of Lola #AFA7B0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.24%

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 33.78%
G = 32.24%
B = 33.98%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AFA7B0 (or 0xAFA7B0) is known color: Lola. HEX triplet: AF, A7 and B0. RGB value is (175,167,176). Sum of RGB (Red+Green+Blue) = 175+167+176=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 176 - color contains mainly: blue. Hex color #AFA7B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7B0 is #50584F. Grayscale: #AAAAAA. Windows color (decimal): -5265488 or 11577263. OLE color: 11577263.

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

Color convert

RGB 175 167 176 -
CMYK 0.01 0.05 0 0.31
HSL 293.33º 0.05% 0.67% -
HSV(B) 293.33º 0.05% 0.69% -
XYZ 39.33 39.89 46.7 -
YUV 170.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 175 167 176 0.01 0.05 0 0.31 293.33 0.05 0.67
Hex AF A7 B0 1 5 0 1F 125 5 43
Octal 257 247 260 1 5 0 37 445 5 103
Binary 10101111 10100111 10110000 1 101 0 11111 100100101 101 1000011

Color Harmonies of #AFA7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA7B0

Black with #AFA7B0

Text Example


Text Example

White with #AFA7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA7B0; }

 p { color: rgb(175,167,176); }

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

background-color css

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

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

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

border-color css

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

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

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