Html Css Color HEX #AFB4B3 Conch

📋 copy color: '#AFB4B3'

red 175 ◦ green 180 ◦ blue 179

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

Shades of Conch #AFB4B3

Tints of Conch #AFB4B3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.71%

 BLUE value IS 179 (70.31% from 255) = 33.52%

R = 32.77%
G = 33.71%
B = 33.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#AFB4B3 (or 0xAFB4B3) is known color: Conch. HEX triplet: AF, B4 and B3. RGB value is (175,180,179). Sum of RGB (Red+Green+Blue) = 175+180+179=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4B3 is #504B4C. Grayscale: #B2B2B2. Windows color (decimal): -5262157 or 11777199. OLE color: 11777199.

HSL color Cylindrical-coordinate representation of color #AFB4B3: hue angle of 168º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFB4B3 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 179 -
CMYK 0.03 0 0.01 0.29
HSL 168º 0.03% 0.7% -
HSV(B) 168º 0.03% 0.71% -
XYZ 42.14 45.01 49.11 -
YUV 178.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 175 180 179 0.03 0 0.01 0.29 168 0.03 0.7
Hex AF B4 B3 3 0 1 1D A8 3 46
Octal 257 264 263 3 0 1 35 250 3 106
Binary 10101111 10110100 10110011 11 0 1 11101 10101000 11 1000110

Color Harmonies of #AFB4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4B3

Black with #AFB4B3

Text Example


Text Example

White with #AFB4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4B3; }

 p { color: rgb(175,180,179); }

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

background-color css

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

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

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

border-color css

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

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

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