Html Css Color HEX #A5B6B4 Conch

📋 copy color: '#A5B6B4'

red 165 ◦ green 182 ◦ blue 180

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

Shades of Conch #A5B6B4

Tints of Conch #A5B6B4

RGB

 RED value IS 165 (64.84% from 255) = 31.31%

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

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

R = 31.31%
G = 34.54%
B = 34.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#A5B6B4 (or 0xA5B6B4) is known color: Conch. HEX triplet: A5, B6 and B4. RGB value is (165,182,180). Sum of RGB (Red+Green+Blue) = 165+182+180=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B6B4 is #5A494B. Grayscale: #B0B0B0. Windows color (decimal): -5917004 or 11843237. OLE color: 11843237.

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

Color convert

RGB 165 182 180 -
CMYK 0.09 0 0.01 0.29
HSL 172.94º 0.1% 0.68% -
HSV(B) 172.94º 0.09% 0.71% -
XYZ 40.48 44.75 49.68 -
YUV 176.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 165 182 180 0.09 0 0.01 0.29 172.94 0.1 0.68
Hex A5 B6 B4 9 0 1 1D AD A 44
Octal 245 266 264 11 0 1 35 255 12 104
Binary 10100101 10110110 10110100 1001 0 1 11101 10101101 1010 1000100

Color Harmonies of #A5B6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B6B4

Black with #A5B6B4

Text Example


Text Example

White with #A5B6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B6B4; }

 p { color: rgb(165,182,180); }

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

background-color css

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

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

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

border-color css

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

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

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