Html Css Color HEX #A6B2AF Conch

📋 copy color: '#A6B2AF'

red 166 ◦ green 178 ◦ blue 175

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

Shades of Conch #A6B2AF

Tints of Conch #A6B2AF

RGB

 RED value IS 166 (65.23% from 255) = 31.98%

 GREEN value IS 178 (69.92% from 255) = 34.3%

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

R = 31.98%
G = 34.3%
B = 33.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#A6B2AF (or 0xA6B2AF) is known color: Conch. HEX triplet: A6, B2 and AF. RGB value is (166,178,175). Sum of RGB (Red+Green+Blue) = 166+178+175=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B2AF is #594D50. Grayscale: #AEAEAE. Windows color (decimal): -5852497 or 11514534. OLE color: 11514534.

HSL color Cylindrical-coordinate representation of color #A6B2AF: hue angle of 165º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6B2AF is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 178 175 -
CMYK 0.07 0 0.02 0.30
HSL 165º 0.07% 0.67% -
HSV(B) 165º 0.07% 0.7% -
XYZ 39.38 43.04 46.79 -
YUV 174.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 166 178 175 0.07 0 0.02 0.30 165 0.07 0.67
Hex A6 B2 AF 7 0 2 1E A5 7 43
Octal 246 262 257 7 0 2 36 245 7 103
Binary 10100110 10110010 10101111 111 0 10 11110 10100101 111 1000011

Color Harmonies of #A6B2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B2AF

Black with #A6B2AF

Text Example


Text Example

White with #A6B2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B2AF; }

 p { color: rgb(166,178,175); }

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

background-color css

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

 a { background-color: rgb(166,178,175); }

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

border-color css

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

 span { border-color: rgb(166,178,175); }

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