Html Css Color HEX #A0AFAB Conch

📋 copy color: '#A0AFAB'

red 160 ◦ green 175 ◦ blue 171

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

Shades of Conch #A0AFAB

Tints of Conch #A0AFAB

RGB

 RED value IS 160 (62.89% from 255) = 31.62%

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

 BLUE value IS 171 (67.19% from 255) = 33.79%

R = 31.62%
G = 34.58%
B = 33.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#A0AFAB (or 0xA0AFAB) is known color: Conch. HEX triplet: A0, AF and AB. RGB value is (160,175,171). Sum of RGB (Red+Green+Blue) = 160+175+171=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFAB is #5F5054. Grayscale: #AAAAAA. Windows color (decimal): -6246485 or 11251616. OLE color: 11251616.

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

Color convert

RGB 160 175 171 -
CMYK 0.09 0 0.02 0.31
HSL 164º 0.09% 0.66% -
HSV(B) 164º 0.09% 0.69% -
XYZ 37.18 41.07 44.5 -
YUV 170.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 160 175 171 0.09 0 0.02 0.31 164 0.09 0.66
Hex A0 AF AB 9 0 2 1F A4 9 42
Octal 240 257 253 11 0 2 37 244 11 102
Binary 10100000 10101111 10101011 1001 0 10 11111 10100100 1001 1000010

Color Harmonies of #A0AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFAB

Black with #A0AFAB

Text Example


Text Example

White with #A0AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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