Html Css Color HEX #A4B7B5 Conch

📋 copy color: '#A4B7B5'

red 164 ◦ green 183 ◦ blue 181

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

Shades of Conch #A4B7B5

Tints of Conch #A4B7B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.28%

R = 31.06%
G = 34.66%
B = 34.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#A4B7B5 (or 0xA4B7B5) is known color: Conch. HEX triplet: A4, B7 and B5. RGB value is (164,183,181). Sum of RGB (Red+Green+Blue) = 164+183+181=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7B5 is #5B484A. Grayscale: #B1B1B1. Windows color (decimal): -5982283 or 11909028. OLE color: 11909028.

HSL color Cylindrical-coordinate representation of color #A4B7B5: hue angle of 173.68º 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 #A4B7B5 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 181 -
CMYK 0.10 0 0.01 0.28
HSL 173.68º 0.12% 0.68% -
HSV(B) 173.68º 0.1% 0.72% -
XYZ 40.58 45.1 50.28 -
YUV 177.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 164 183 181 0.10 0 0.01 0.28 173.68 0.12 0.68
Hex A4 B7 B5 A 0 1 1C AE C 44
Octal 244 267 265 12 0 1 34 256 14 104
Binary 10100100 10110111 10110101 1010 0 1 11100 10101110 1100 1000100

Color Harmonies of #A4B7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B7B5

Black with #A4B7B5

Text Example


Text Example

White with #A4B7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B7B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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