Html Css Color HEX #A5B0AD Conch

📋 copy color: '#A5B0AD'

red 165 ◦ green 176 ◦ blue 173

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

Shades of Conch #A5B0AD

Tints of Conch #A5B0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.24%

 BLUE value IS 173 (67.97% from 255) = 33.66%

R = 32.1%
G = 34.24%
B = 33.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#A5B0AD (or 0xA5B0AD) is known color: Conch. HEX triplet: A5, B0 and AD. RGB value is (165,176,173). Sum of RGB (Red+Green+Blue) = 165+176+173=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B0AD is #5A4F52. Grayscale: #ACACAC. Windows color (decimal): -5918547 or 11382949. OLE color: 11382949.

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

Color convert

RGB 165 176 173 -
CMYK 0.06 0 0.02 0.31
HSL 163.64º 0.07% 0.67% -
HSV(B) 163.64º 0.06% 0.69% -
XYZ 38.59 42.07 45.62 -
YUV 172.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 165 176 173 0.06 0 0.02 0.31 163.64 0.07 0.67
Hex A5 B0 AD 6 0 2 1F A4 7 43
Octal 245 260 255 6 0 2 37 244 7 103
Binary 10100101 10110000 10101101 110 0 10 11111 10100100 111 1000011

Color Harmonies of #A5B0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B0AD

Black with #A5B0AD

Text Example


Text Example

White with #A5B0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B0AD; }

 p { color: rgb(165,176,173); }

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

background-color css

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

 a { background-color: rgb(165,176,173); }

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

border-color css

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

 span { border-color: rgb(165,176,173); }

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