Html Css Color HEX #A1B5AF Conch

📋 copy color: '#A1B5AF'

red 161 ◦ green 181 ◦ blue 175

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

Shades of Conch #A1B5AF

Tints of Conch #A1B5AF

RGB

 RED value IS 161 (63.28% from 255) = 31.14%

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

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

R = 31.14%
G = 35.01%
B = 33.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#A1B5AF (or 0xA1B5AF) is known color: Conch. HEX triplet: A1, B5 and AF. RGB value is (161,181,175). Sum of RGB (Red+Green+Blue) = 161+181+175=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B5AF is #5E4A50. Grayscale: #AEAEAE. Windows color (decimal): -6179409 or 11515297. OLE color: 11515297.

HSL color Cylindrical-coordinate representation of color #A1B5AF: hue angle of 162º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B5AF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 175 -
CMYK 0.11 0 0.03 0.29
HSL 162º 0.12% 0.67% -
HSV(B) 162º 0.11% 0.71% -
XYZ 38.96 43.72 46.94 -
YUV 174.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 161 181 175 0.11 0 0.03 0.29 162 0.12 0.67
Hex A1 B5 AF B 0 3 1D A2 C 43
Octal 241 265 257 13 0 3 35 242 14 103
Binary 10100001 10110101 10101111 1011 0 11 11101 10100010 1100 1000011

Color Harmonies of #A1B5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B5AF

Black with #A1B5AF

Text Example


Text Example

White with #A1B5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B5AF; }

 p { color: rgb(161,181,175); }

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

background-color css

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

 a { background-color: rgb(161,181,175); }

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

border-color css

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

 span { border-color: rgb(161,181,175); }

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