Html Css Color HEX #A4B4B3 Conch

📋 copy color: '#A4B4B3'

red 164 ◦ green 180 ◦ blue 179

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

Shades of Conch #A4B4B3

Tints of Conch #A4B4B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.23%

R = 31.36%
G = 34.42%
B = 34.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#A4B4B3 (or 0xA4B4B3) is known color: Conch. HEX triplet: A4, B4 and B3. RGB value is (164,180,179). Sum of RGB (Red+Green+Blue) = 164+180+179=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B4B3 is #5B4B4C. Grayscale: #AFAFAF. Windows color (decimal): -5983053 or 11777188. OLE color: 11777188.

HSL color Cylindrical-coordinate representation of color #A4B4B3: hue angle of 176.25º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4B4B3 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 180 179 -
CMYK 0.09 0 0.01 0.29
HSL 176.25º 0.1% 0.67% -
HSV(B) 176.25º 0.09% 0.71% -
XYZ 39.77 43.79 49 -
YUV 175.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 164 180 179 0.09 0 0.01 0.29 176.25 0.1 0.67
Hex A4 B4 B3 9 0 1 1D B0 A 43
Octal 244 264 263 11 0 1 35 260 12 103
Binary 10100100 10110100 10110011 1001 0 1 11101 10110000 1010 1000011

Color Harmonies of #A4B4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B4B3

Black with #A4B4B3

Text Example


Text Example

White with #A4B4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B4B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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