Html Css Color HEX #A8B6B5 Conch

📋 copy color: '#A8B6B5'

red 168 ◦ green 182 ◦ blue 181

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

Shades of Conch #A8B6B5

Tints of Conch #A8B6B5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.27%

 BLUE value IS 181 (71.09% from 255) = 34.09%

R = 31.64%
G = 34.27%
B = 34.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#A8B6B5 (or 0xA8B6B5) is known color: Conch. HEX triplet: A8, B6 and B5. RGB value is (168,182,181). Sum of RGB (Red+Green+Blue) = 168+182+181=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B6B5 is #57494A. Grayscale: #B1B1B1. Windows color (decimal): -5720395 or 11908776. OLE color: 11908776.

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

Color convert

RGB 168 182 181 -
CMYK 0.08 0 0.01 0.29
HSL 175.71º 0.09% 0.69% -
HSV(B) 175.71º 0.08% 0.71% -
XYZ 41.22 45.12 50.25 -
YUV 177.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 168 182 181 0.08 0 0.01 0.29 175.71 0.09 0.69
Hex A8 B6 B5 8 0 1 1D B0 9 45
Octal 250 266 265 10 0 1 35 260 11 105
Binary 10101000 10110110 10110101 1000 0 1 11101 10110000 1001 1000101

Color Harmonies of #A8B6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B6B5

Black with #A8B6B5

Text Example


Text Example

White with #A8B6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B6B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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