Html Css Color HEX #A9B4B2 Conch

📋 copy color: '#A9B4B2'

red 169 ◦ green 180 ◦ blue 178

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

Shades of Conch #A9B4B2

Tints of Conch #A9B4B2

RGB

 RED value IS 169 (66.41% from 255) = 32.07%

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

 BLUE value IS 178 (69.92% from 255) = 33.78%

R = 32.07%
G = 34.16%
B = 33.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#A9B4B2 (or 0xA9B4B2) is known color: Conch. HEX triplet: A9, B4 and B2. RGB value is (169,180,178). Sum of RGB (Red+Green+Blue) = 169+180+178=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B4B2 is #564B4D. Grayscale: #B0B0B0. Windows color (decimal): -5655374 or 11711657. OLE color: 11711657.

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

Color convert

RGB 169 180 178 -
CMYK 0.06 0 0.01 0.29
HSL 169.09º 0.07% 0.68% -
HSV(B) 169.09º 0.06% 0.71% -
XYZ 40.72 44.29 48.52 -
YUV 176.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 169 180 178 0.06 0 0.01 0.29 169.09 0.07 0.68
Hex A9 B4 B2 6 0 1 1D A9 7 44
Octal 251 264 262 6 0 1 35 251 7 104
Binary 10101001 10110100 10110010 110 0 1 11101 10101001 111 1000100

Color Harmonies of #A9B4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B4B2

Black with #A9B4B2

Text Example


Text Example

White with #A9B4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B4B2; }

 p { color: rgb(169,180,178); }

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

background-color css

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

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

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

border-color css

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

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

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