Html Css Color HEX #A4B4B4 Conch

📋 copy color: '#A4B4B4'

red 164 ◦ green 180 ◦ blue 180

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

Shades of Conch #A4B4B4

Tints of Conch #A4B4B4

RGB

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

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

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

R = 31.3%
G = 34.35%
B = 34.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A4B4B4 (or 0xA4B4B4) is known color: Conch. HEX triplet: A4, B4 and B4. RGB value is (164,180,180). Sum of RGB (Red+Green+Blue) = 164+180+180=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #A4B4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B4B4 is #5B4B4B. Grayscale: #AFAFAF. Windows color (decimal): -5983052 or 11842724. OLE color: 11842724.

HSL color Cylindrical-coordinate representation of color #A4B4B4: hue angle of 180º 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 #A4B4B4 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 180 180 -
CMYK 0.09 0 0 0.29
HSL 180º 0.1% 0.67% -
HSV(B) 180º 0.09% 0.71% -
XYZ 39.87 43.83 49.54 -
YUV 175.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 164 180 180 0.09 0 0 0.29 180 0.1 0.67
Hex A4 B4 B4 9 0 0 1D B4 A 43
Octal 244 264 264 11 0 0 35 264 12 103
Binary 10100100 10110100 10110100 1001 0 0 11101 10110100 1010 1000011

Color Harmonies of #A4B4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B4B4

Black with #A4B4B4

Text Example


Text Example

White with #A4B4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B4B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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