Html Css Color HEX #ABAFAE Conch

📋 copy color: '#ABAFAE'

red 171 ◦ green 175 ◦ blue 174

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

Shades of Conch #ABAFAE

Tints of Conch #ABAFAE

RGB

 RED value IS 171 (67.19% from 255) = 32.88%

 GREEN value IS 175 (68.75% from 255) = 33.65%

 BLUE value IS 174 (68.36% from 255) = 33.46%

R = 32.88%
G = 33.65%
B = 33.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#ABAFAE (or 0xABAFAE) is known color: Conch. HEX triplet: AB, AF and AE. RGB value is (171,175,174). Sum of RGB (Red+Green+Blue) = 171+175+174=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFAE is #545051. Grayscale: #ADADAD. Windows color (decimal): -5525586 or 11448235. OLE color: 11448235.

HSL color Cylindrical-coordinate representation of color #ABAFAE: hue angle of 165º 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 #ABAFAE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 174 -
CMYK 0.02 0 0.01 0.31
HSL 165º 0.02% 0.68% -
HSV(B) 165º 0.02% 0.69% -
XYZ 39.76 42.37 46.13 -
YUV 173.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 171 175 174 0.02 0 0.01 0.31 165 0.02 0.68
Hex AB AF AE 2 0 1 1F A5 2 44
Octal 253 257 256 2 0 1 37 245 2 104
Binary 10101011 10101111 10101110 10 0 1 11111 10100101 10 1000100

Color Harmonies of #ABAFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFAE

Black with #ABAFAE

Text Example


Text Example

White with #ABAFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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