Html Css Color HEX #A1B2AE Conch

📋 copy color: '#A1B2AE'

red 161 ◦ green 178 ◦ blue 174

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

Shades of Conch #A1B2AE

Tints of Conch #A1B2AE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.7%

 BLUE value IS 174 (68.36% from 255) = 33.92%

R = 31.38%
G = 34.7%
B = 33.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#A1B2AE (or 0xA1B2AE) is known color: Conch. HEX triplet: A1, B2 and AE. RGB value is (161,178,174). Sum of RGB (Red+Green+Blue) = 161+178+174=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2AE is #5E4D51. Grayscale: #ACACAC. Windows color (decimal): -6180178 or 11448993. OLE color: 11448993.

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

Color convert

RGB 161 178 174 -
CMYK 0.10 0 0.02 0.30
HSL 165.88º 0.1% 0.66% -
HSV(B) 165.88º 0.1% 0.7% -
XYZ 38.26 42.47 46.23 -
YUV 172.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 161 178 174 0.10 0 0.02 0.30 165.88 0.1 0.66
Hex A1 B2 AE A 0 2 1E A6 A 42
Octal 241 262 256 12 0 2 36 246 12 102
Binary 10100001 10110010 10101110 1010 0 10 11110 10100110 1010 1000010

Color Harmonies of #A1B2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B2AE

Black with #A1B2AE

Text Example


Text Example

White with #A1B2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B2AE; }

 p { color: rgb(161,178,174); }

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

background-color css

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

 a { background-color: rgb(161,178,174); }

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

border-color css

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

 span { border-color: rgb(161,178,174); }

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