Html Css Color HEX #A8B5B3 Conch

📋 copy color: '#A8B5B3'

red 168 ◦ green 181 ◦ blue 179

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

Shades of Conch #A8B5B3

Tints of Conch #A8B5B3

RGB

 RED value IS 168 (66.02% from 255) = 31.82%

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

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

R = 31.82%
G = 34.28%
B = 33.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#A8B5B3 (or 0xA8B5B3) is known color: Conch. HEX triplet: A8, B5 and B3. RGB value is (168,181,179). Sum of RGB (Red+Green+Blue) = 168+181+179=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B5B3 is #574A4C. Grayscale: #B0B0B0. Windows color (decimal): -5720653 or 11777448. OLE color: 11777448.

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

Color convert

RGB 168 181 179 -
CMYK 0.07 0 0.01 0.29
HSL 170.77º 0.08% 0.68% -
HSV(B) 170.77º 0.07% 0.71% -
XYZ 40.81 44.63 49.11 -
YUV 176.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 168 181 179 0.07 0 0.01 0.29 170.77 0.08 0.68
Hex A8 B5 B3 7 0 1 1D AB 8 44
Octal 250 265 263 7 0 1 35 253 10 104
Binary 10101000 10110101 10110011 111 0 1 11101 10101011 1000 1000100

Color Harmonies of #A8B5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B5B3

Black with #A8B5B3

Text Example


Text Example

White with #A8B5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B5B3; }

 p { color: rgb(168,181,179); }

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

background-color css

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

 a { background-color: rgb(168,181,179); }

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

border-color css

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

 span { border-color: rgb(168,181,179); }

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