Html Css Color HEX #AFAEB1 Spun Pearl

📋 copy color: '#AFAEB1'

red 175 ◦ green 174 ◦ blue 177

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

Shades of Spun Pearl #AFAEB1

Tints of Spun Pearl #AFAEB1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.08%

 BLUE value IS 177 (69.53% from 255) = 33.65%

R = 33.27%
G = 33.08%
B = 33.65%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AFAEB1 (or 0xAFAEB1) is known color: Spun Pearl. HEX triplet: AF, AE and B1. RGB value is (175,174,177). Sum of RGB (Red+Green+Blue) = 175+174+177=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 177 - color contains mainly: blue. Hex color #AFAEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEB1 is #50514E. Grayscale: #AEAEAE. Windows color (decimal): -5263695 or 11644591. OLE color: 11644591.

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

Color convert

RGB 175 174 177 -
CMYK 0.01 0.02 0 0.31
HSL 260º 0.02% 0.69% -
HSV(B) 260º 0.02% 0.69% -
XYZ 40.75 42.56 47.66 -
YUV 174.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 175 174 177 0.01 0.02 0 0.31 260 0.02 0.69
Hex AF AE B1 1 2 0 1F 104 2 45
Octal 257 256 261 1 2 0 37 404 2 105
Binary 10101111 10101110 10110001 1 10 0 11111 100000100 10 1000101

Color Harmonies of #AFAEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEB1

Black with #AFAEB1

Text Example


Text Example

White with #AFAEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEB1; }

 p { color: rgb(175,174,177); }

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

background-color css

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

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

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

border-color css

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

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

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