Html Css Color HEX #A7B4B1 Conch

📋 copy color: '#A7B4B1'

red 167 ◦ green 180 ◦ blue 177

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

Shades of Conch #A7B4B1

Tints of Conch #A7B4B1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.35%

 BLUE value IS 177 (69.53% from 255) = 33.78%

R = 31.87%
G = 34.35%
B = 33.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#A7B4B1 (or 0xA7B4B1) is known color: Conch. HEX triplet: A7, B4 and B1. RGB value is (167,180,177). Sum of RGB (Red+Green+Blue) = 167+180+177=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B4B1 is #584B4E. Grayscale: #AFAFAF. Windows color (decimal): -5786447 or 11646119. OLE color: 11646119.

HSL color Cylindrical-coordinate representation of color #A7B4B1: hue angle of 166.15º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7B4B1 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 180 177 -
CMYK 0.07 0 0.02 0.29
HSL 166.15º 0.08% 0.68% -
HSV(B) 166.15º 0.07% 0.71% -
XYZ 40.19 44.03 47.98 -
YUV 175.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 167 180 177 0.07 0 0.02 0.29 166.15 0.08 0.68
Hex A7 B4 B1 7 0 2 1D A6 8 44
Octal 247 264 261 7 0 2 35 246 10 104
Binary 10100111 10110100 10110001 111 0 10 11101 10100110 1000 1000100

Color Harmonies of #A7B4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B4B1

Black with #A7B4B1

Text Example


Text Example

White with #A7B4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B4B1; }

 p { color: rgb(167,180,177); }

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

background-color css

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

 a { background-color: rgb(167,180,177); }

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

border-color css

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

 span { border-color: rgb(167,180,177); }

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