Html Css Color HEX #A5B3AF Conch

📋 copy color: '#A5B3AF'

red 165 ◦ green 179 ◦ blue 175

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

Shades of Conch #A5B3AF

Tints of Conch #A5B3AF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.49%

 BLUE value IS 175 (68.75% from 255) = 33.72%

R = 31.79%
G = 34.49%
B = 33.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#A5B3AF (or 0xA5B3AF) is known color: Conch. HEX triplet: A5, B3 and AF. RGB value is (165,179,175). Sum of RGB (Red+Green+Blue) = 165+179+175=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B3AF is #5A4C50. Grayscale: #AEAEAE. Windows color (decimal): -5917777 or 11514789. OLE color: 11514789.

HSL color Cylindrical-coordinate representation of color #A5B3AF: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5B3AF is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 179 175 -
CMYK 0.08 0 0.02 0.30
HSL 162.86º 0.08% 0.67% -
HSV(B) 162.86º 0.08% 0.7% -
XYZ 39.38 43.33 46.85 -
YUV 174.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 165 179 175 0.08 0 0.02 0.30 162.86 0.08 0.67
Hex A5 B3 AF 8 0 2 1E A3 8 43
Octal 245 263 257 10 0 2 36 243 10 103
Binary 10100101 10110011 10101111 1000 0 10 11110 10100011 1000 1000011

Color Harmonies of #A5B3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B3AF

Black with #A5B3AF

Text Example


Text Example

White with #A5B3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B3AF; }

 p { color: rgb(165,179,175); }

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

background-color css

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

 a { background-color: rgb(165,179,175); }

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

border-color css

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

 span { border-color: rgb(165,179,175); }

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