Html Css Color HEX #A7B0AF Conch

📋 copy color: '#A7B0AF'

red 167 ◦ green 176 ◦ blue 175

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

Shades of Conch #A7B0AF

Tints of Conch #A7B0AF

RGB

 RED value IS 167 (65.63% from 255) = 32.24%

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

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

R = 32.24%
G = 33.98%
B = 33.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#A7B0AF (or 0xA7B0AF) is known color: Conch. HEX triplet: A7, B0 and AF. RGB value is (167,176,175). Sum of RGB (Red+Green+Blue) = 167+176+175=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B0AF is #584F50. Grayscale: #ADADAD. Windows color (decimal): -5787473 or 11514023. OLE color: 11514023.

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

Color convert

RGB 167 176 175 -
CMYK 0.05 0 0.01 0.31
HSL 173.33º 0.05% 0.67% -
HSV(B) 173.33º 0.05% 0.69% -
XYZ 39.2 42.36 46.67 -
YUV 173.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 167 176 175 0.05 0 0.01 0.31 173.33 0.05 0.67
Hex A7 B0 AF 5 0 1 1F AD 5 43
Octal 247 260 257 5 0 1 37 255 5 103
Binary 10100111 10110000 10101111 101 0 1 11111 10101101 101 1000011

Color Harmonies of #A7B0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B0AF

Black with #A7B0AF

Text Example


Text Example

White with #A7B0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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