Html Css Color HEX #AAB0AF Conch

📋 copy color: '#AAB0AF'

red 170 ◦ green 176 ◦ blue 175

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

Shades of Conch #AAB0AF

Tints of Conch #AAB0AF

RGB

 RED value IS 170 (66.8% from 255) = 32.63%

 GREEN value IS 176 (69.14% from 255) = 33.78%

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 32.63%
G = 33.78%
B = 33.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AAB0AF (or 0xAAB0AF) is known color: Conch. HEX triplet: AA, B0 and AF. RGB value is (170,176,175). Sum of RGB (Red+Green+Blue) = 170+176+175=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0AF is #554F50. Grayscale: #AEAEAE. Windows color (decimal): -5590865 or 11514026. OLE color: 11514026.

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

Color convert

RGB 170 176 175 -
CMYK 0.03 0 0.01 0.31
HSL 170º 0.04% 0.68% -
HSV(B) 170º 0.03% 0.69% -
XYZ 39.84 42.69 46.7 -
YUV 174.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 170 176 175 0.03 0 0.01 0.31 170 0.04 0.68
Hex AA B0 AF 3 0 1 1F AA 4 44
Octal 252 260 257 3 0 1 37 252 4 104
Binary 10101010 10110000 10101111 11 0 1 11111 10101010 100 1000100

Color Harmonies of #AAB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0AF

Black with #AAB0AF

Text Example


Text Example

White with #AAB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0AF; }

 p { color: rgb(170,176,175); }

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

background-color css

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

 a { background-color: rgb(170,176,175); }

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

border-color css

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

 span { border-color: rgb(170,176,175); }

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