Html Css Color HEX #A4B2B1 Conch

📋 copy color: '#A4B2B1'

red 164 ◦ green 178 ◦ blue 177

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

Shades of Conch #A4B2B1

Tints of Conch #A4B2B1

RGB

 RED value IS 164 (64.45% from 255) = 31.6%

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

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

R = 31.6%
G = 34.3%
B = 34.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#A4B2B1 (or 0xA4B2B1) is known color: Conch. HEX triplet: A4, B2 and B1. RGB value is (164,178,177). Sum of RGB (Red+Green+Blue) = 164+178+177=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B2B1 is #5B4D4E. Grayscale: #ADADAD. Windows color (decimal): -5983567 or 11645604. OLE color: 11645604.

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

Color convert

RGB 164 178 177 -
CMYK 0.08 0 0.01 0.30
HSL 175.71º 0.08% 0.67% -
HSV(B) 175.71º 0.08% 0.7% -
XYZ 39.17 42.91 47.81 -
YUV 173.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 164 178 177 0.08 0 0.01 0.30 175.71 0.08 0.67
Hex A4 B2 B1 8 0 1 1E B0 8 43
Octal 244 262 261 10 0 1 36 260 10 103
Binary 10100100 10110010 10110001 1000 0 1 11110 10110000 1000 1000011

Color Harmonies of #A4B2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B2B1

Black with #A4B2B1

Text Example


Text Example

White with #A4B2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B2B1; }

 p { color: rgb(164,178,177); }

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

background-color css

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

 a { background-color: rgb(164,178,177); }

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

border-color css

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

 span { border-color: rgb(164,178,177); }

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