Html Css Color HEX #A9B5B2 Conch

📋 copy color: '#A9B5B2'

red 169 ◦ green 181 ◦ blue 178

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

Shades of Conch #A9B5B2

Tints of Conch #A9B5B2

RGB

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

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

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

R = 32.01%
G = 34.28%
B = 33.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#A9B5B2 (or 0xA9B5B2) is known color: Conch. HEX triplet: A9, B5 and B2. RGB value is (169,181,178). Sum of RGB (Red+Green+Blue) = 169+181+178=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B5B2 is #564A4D. Grayscale: #B1B1B1. Windows color (decimal): -5655118 or 11711913. OLE color: 11711913.

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

Color convert

RGB 169 181 178 -
CMYK 0.07 0 0.02 0.29
HSL 165º 0.08% 0.69% -
HSV(B) 165º 0.07% 0.71% -
XYZ 40.92 44.7 48.59 -
YUV 177.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 169 181 178 0.07 0 0.02 0.29 165 0.08 0.69
Hex A9 B5 B2 7 0 2 1D A5 8 45
Octal 251 265 262 7 0 2 35 245 10 105
Binary 10101001 10110101 10110010 111 0 10 11101 10100101 1000 1000101

Color Harmonies of #A9B5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B5B2

Black with #A9B5B2

Text Example


Text Example

White with #A9B5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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