Html Css Color HEX #AFB7B6 Conch

📋 copy color: '#AFB7B6'

red 175 ◦ green 183 ◦ blue 182

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

Shades of Conch #AFB7B6

Tints of Conch #AFB7B6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.89%

 BLUE value IS 182 (71.48% from 255) = 33.7%

R = 32.41%
G = 33.89%
B = 33.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#AFB7B6 (or 0xAFB7B6) is known color: Conch. HEX triplet: AF, B7 and B6. RGB value is (175,183,182). Sum of RGB (Red+Green+Blue) = 175+183+182=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7B6 is #504849. Grayscale: #B4B4B4. Windows color (decimal): -5261386 or 11974575. OLE color: 11974575.

HSL color Cylindrical-coordinate representation of color #AFB7B6: hue angle of 172.5º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFB7B6 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 182 -
CMYK 0.04 0 0.01 0.28
HSL 172.5º 0.05% 0.7% -
HSV(B) 172.5º 0.04% 0.72% -
XYZ 43.06 46.36 50.93 -
YUV 180.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 175 183 182 0.04 0 0.01 0.28 172.5 0.05 0.7
Hex AF B7 B6 4 0 1 1C AC 5 46
Octal 257 267 266 4 0 1 34 254 5 106
Binary 10101111 10110111 10110110 100 0 1 11100 10101100 101 1000110

Color Harmonies of #AFB7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7B6

Black with #AFB7B6

Text Example


Text Example

White with #AFB7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7B6; }

 p { color: rgb(175,183,182); }

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

background-color css

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

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

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

border-color css

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

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

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