Html Css Color HEX #A4B7B4 Conch

📋 copy color: '#A4B7B4'

red 164 ◦ green 183 ◦ blue 180

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

Shades of Conch #A4B7B4

Tints of Conch #A4B7B4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.72%

 BLUE value IS 180 (70.7% from 255) = 34.16%

R = 31.12%
G = 34.72%
B = 34.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#A4B7B4 (or 0xA4B7B4) is known color: Conch. HEX triplet: A4, B7 and B4. RGB value is (164,183,180). Sum of RGB (Red+Green+Blue) = 164+183+180=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7B4 is #5B484B. Grayscale: #B0B0B0. Windows color (decimal): -5982284 or 11843492. OLE color: 11843492.

HSL color Cylindrical-coordinate representation of color #A4B7B4: hue angle of 170.53º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B7B4 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 180 -
CMYK 0.10 0 0.02 0.28
HSL 170.53º 0.12% 0.68% -
HSV(B) 170.53º 0.1% 0.72% -
XYZ 40.48 45.05 49.74 -
YUV 176.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 164 183 180 0.10 0 0.02 0.28 170.53 0.12 0.68
Hex A4 B7 B4 A 0 2 1C AB C 44
Octal 244 267 264 12 0 2 34 253 14 104
Binary 10100100 10110111 10110100 1010 0 10 11100 10101011 1100 1000100

Color Harmonies of #A4B7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B7B4

Black with #A4B7B4

Text Example


Text Example

White with #A4B7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B7B4; }

 p { color: rgb(164,183,180); }

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

background-color css

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

 a { background-color: rgb(164,183,180); }

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

border-color css

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

 span { border-color: rgb(164,183,180); }

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